Searched defs:i40e_vsi (Results 1 – 1 of 1) sorted by relevance
731 struct i40e_vsi { struct732 struct net_device *netdev;733 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];734 bool netdev_registered;735 bool stat_offsets_loaded;737 u32 current_netdev_flags;741 unsigned long flags;744 spinlock_t mac_filter_hash_lock;747 bool has_vlan_filter;750 struct rtnl_link_stats64 net_stats;[all …]