Home
last modified time | relevance | path

Searched defs:iavf_q_vector (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/intel/iavf/
Diavf.h104 struct iavf_q_vector { struct
105 struct iavf_adapter *adapter;
106 struct iavf_vsi *vsi;
107 struct napi_struct napi;
108 struct iavf_ring_container rx;
109 struct iavf_ring_container tx;
110 u32 ring_mask;
111 u8 itr_countdown; /* when 0 should adjust adaptive ITR */
112 u8 num_ringpairs; /* total number of ring pairs in vector */
113 u16 v_idx; /* index in the vsi->q_vector array. */
[all …]