Searched defs:i40e_vsi (Results 1 – 1 of 1) sorted by relevance
730 struct i40e_vsi { struct731 struct net_device *netdev;732 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];733 bool netdev_registered;734 bool stat_offsets_loaded;736 u32 current_netdev_flags;740 unsigned long flags;743 spinlock_t mac_filter_hash_lock;746 bool has_vlan_filter;749 struct rtnl_link_stats64 net_stats;[all …]