Searched defs:iavf_q_vector (Results 1 – 1 of 1) sorted by relevance
93 struct iavf_q_vector { struct94 struct iavf_adapter *adapter;95 struct iavf_vsi *vsi;96 struct napi_struct napi;97 struct iavf_ring_container rx;98 struct iavf_ring_container tx;99 u32 ring_mask;100 u8 itr_countdown; /* when 0 should adjust adaptive ITR */101 u8 num_ringpairs; /* total number of ring pairs in vector */102 u16 v_idx; /* index in the vsi->q_vector array. */[all …]