Searched defs:i40e_vsi (Results 1 – 1 of 1) sorted by relevance
760 struct i40e_vsi { struct761 struct net_device *netdev;762 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];763 bool netdev_registered;764 bool stat_offsets_loaded;766 u32 current_netdev_flags;770 unsigned long flags;773 spinlock_t mac_filter_hash_lock;776 bool has_vlan_filter;779 struct rtnl_link_stats64 net_stats;[all …]