Searched defs:i40e_q_vector (Results 1 – 1 of 1) sorted by relevance
942 struct i40e_q_vector { struct943 struct i40e_vsi *vsi;945 u16 v_idx; /* index in the vsi->q_vector array. */946 u16 reg_idx; /* register index of the interrupt */948 struct napi_struct napi;949 struct rcu_head rcu; /* to avoid race with update stats on free */951 struct i40e_ring_container rx;952 struct i40e_ring_container tx;954 u8 itr_countdown; /* when 0 should adjust adaptive ITR */955 u8 num_ringpairs; /* total number of ring pairs in vector */[all …]