Searched defs:i40e_vsi (Results 1 – 1 of 1) sorted by relevance
811 struct i40e_vsi { struct812 struct net_device *netdev;813 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];814 bool netdev_registered;815 bool stat_offsets_loaded;817 u32 current_netdev_flags;821 unsigned long flags;824 spinlock_t mac_filter_hash_lock;827 bool has_vlan_filter;830 struct rtnl_link_stats64 net_stats;[all …]