Searched defs:i40e_vsi (Results 1 – 1 of 1) sorted by relevance
810 struct i40e_vsi { struct811 struct net_device *netdev;812 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];813 bool netdev_registered;814 bool stat_offsets_loaded;816 u32 current_netdev_flags;820 unsigned long flags;823 spinlock_t mac_filter_hash_lock;826 bool has_vlan_filter;829 struct rtnl_link_stats64 net_stats;[all …]