Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h946 struct i40e_q_vector { struct
947 struct i40e_vsi *vsi;
949 u16 v_idx; /* index in the vsi->q_vector array. */
950 u16 reg_idx; /* register index of the interrupt */
952 struct napi_struct napi;
953 struct rcu_head rcu; /* to avoid race with update stats on free */
955 struct i40e_ring_container rx;
956 struct i40e_ring_container tx;
958 u8 itr_countdown; /* when 0 should adjust adaptive ITR */
959 u8 num_ringpairs; /* total number of ring pairs in vector */
[all …]