hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/drivers/net/ethernet/sfc/filter.h
....@@ -1,10 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /****************************************************************************
23 * Driver for Solarflare network controllers and boards
34 * 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.
85 */
96
107 #ifndef EFX_FILTER_H
....@@ -160,7 +157,8 @@
160157 u32 flags:6;
161158 u32 dmaq_id:12;
162159 u32 rss_context;
163
- __be16 outer_vid __aligned(4); /* allow jhash2() of match values */
160
+ u32 vport_id;
161
+ __be16 outer_vid;
164162 __be16 inner_vid;
165163 u8 loc_mac[ETH_ALEN];
166164 u8 rem_mac[ETH_ALEN];