Searched defs:iavf_vsi (Results 1 – 1 of 1) sorted by relevance
54 struct iavf_vsi { struct55 struct iavf_adapter *back;56 struct net_device *netdev;57 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];58 u16 seid;59 u16 id;61 int base_vector;62 u16 work_limit;63 u16 qs_handle;64 void *priv; /* client driver data reference. */