Searched defs:i40e_vsi (Results 1 – 1 of 1) sorted by relevance
735 struct i40e_vsi { struct736 struct net_device *netdev;737 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];738 bool netdev_registered;739 bool stat_offsets_loaded;741 u32 current_netdev_flags;745 unsigned long flags;748 spinlock_t mac_filter_hash_lock;751 bool has_vlan_filter;754 struct rtnl_link_stats64 net_stats;[all …]