.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-only */ |
---|
1 | 2 | /**************************************************************************** |
---|
2 | 3 | * Driver for Solarflare network controllers and boards |
---|
3 | 4 | * Copyright 2005-2013 Solarflare Communications Inc. |
---|
4 | | - * |
---|
5 | | - * This program is free software; you can redistribute it and/or modify it |
---|
6 | | - * under the terms of the GNU General Public License version 2 as published |
---|
7 | | - * by the Free Software Foundation, incorporated herein by reference. |
---|
8 | 5 | */ |
---|
9 | 6 | |
---|
10 | 7 | #ifndef EFX_FILTER_H |
---|
.. | .. |
---|
160 | 157 | u32 flags:6; |
---|
161 | 158 | u32 dmaq_id:12; |
---|
162 | 159 | u32 rss_context; |
---|
163 | | - __be16 outer_vid __aligned(4); /* allow jhash2() of match values */ |
---|
| 160 | + u32 vport_id; |
---|
| 161 | + __be16 outer_vid; |
---|
164 | 162 | __be16 inner_vid; |
---|
165 | 163 | u8 loc_mac[ETH_ALEN]; |
---|
166 | 164 | u8 rem_mac[ETH_ALEN]; |
---|