Searched defs:iavf_vsi (Results 1 – 1 of 1) sorted by relevance
52 struct iavf_vsi { struct53 struct iavf_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. */