Searched defs:i40e_vsi (Results 1 – 2 of 2) sorted by relevance
461 struct i40e_vsi { struct462 struct net_device *netdev;463 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];464 bool netdev_registered;465 bool stat_offsets_loaded;467 u32 current_netdev_flags;468 unsigned long state;471 unsigned long flags;474 spinlock_t mac_filter_list_lock;475 struct list_head mac_filter_list;[all …]
53 struct i40e_vsi { struct54 struct i40evf_adapter *back;55 struct net_device *netdev;56 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];57 u16 seid;58 u16 id;59 unsigned long state;60 int base_vector;61 u16 work_limit;67 u16 rx_itr_setting;[all …]