Searched defs:i40e_vsi (Results 1 – 1 of 1) sorted by relevance
844 struct i40e_vsi { struct845 struct net_device *netdev;846 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];847 bool netdev_registered;848 bool stat_offsets_loaded;850 u32 current_netdev_flags;854 unsigned long flags;857 spinlock_t mac_filter_hash_lock;860 bool has_vlan_filter;863 struct rtnl_link_stats64 net_stats;[all …]