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