Searched defs:i40e_vsi (Results 1 – 2 of 2) sorted by relevance
682 struct i40e_vsi { struct683 struct net_device *netdev;684 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];685 bool netdev_registered;686 bool stat_offsets_loaded;688 u32 current_netdev_flags;692 unsigned long flags;695 spinlock_t mac_filter_hash_lock;698 bool has_vlan_filter;701 struct rtnl_link_stats64 net_stats;[all …]
52 struct i40e_vsi { struct53 struct i40evf_adapter *back;54 struct net_device *netdev;55 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];56 u16 seid;57 u16 id;59 int base_vector;60 u16 work_limit;61 u16 qs_handle;62 void *priv; /* client driver data reference. */