Searched defs:i40e_vsi (Results 1 – 1 of 1) sorted by relevance
815 struct i40e_vsi { struct816 struct net_device *netdev;817 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];818 bool netdev_registered;819 bool stat_offsets_loaded;821 u32 current_netdev_flags;825 unsigned long flags;828 spinlock_t mac_filter_hash_lock;831 bool has_vlan_filter;834 struct rtnl_link_stats64 net_stats;[all …]