Searched defs:i40e_vsi (Results 1 – 1 of 1) sorted by relevance
827 struct i40e_vsi { struct828 struct net_device *netdev;829 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];830 bool netdev_registered;831 bool stat_offsets_loaded;833 u32 current_netdev_flags;837 unsigned long flags;840 spinlock_t mac_filter_hash_lock;843 bool has_vlan_filter;846 struct rtnl_link_stats64 net_stats;[all …]