Searched defs:i40e_vsi (Results 1 – 2 of 2) sorted by relevance
437 struct i40e_vsi { struct438 struct net_device *netdev;439 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];440 bool netdev_registered;441 bool stat_offsets_loaded;443 u32 current_netdev_flags;444 unsigned long state;447 unsigned long flags;449 struct list_head mac_filter_list;452 struct rtnl_link_stats64 net_stats;[all …]
57 struct i40e_vsi { struct58 struct i40evf_adapter *back;59 struct net_device *netdev;60 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];61 u16 seid;62 u16 id;63 unsigned long state;64 int base_vector;65 u16 work_limit;71 u16 rx_itr_setting;[all …]