Lines Matching defs:i40e_q_vector
536 struct i40e_q_vector { struct
537 struct i40e_vsi *vsi;
539 u16 v_idx; /* index in the vsi->q_vector array. */
540 u16 reg_idx; /* register index of the interrupt */
542 struct napi_struct napi;
544 struct i40e_ring_container rx;
545 struct i40e_ring_container tx;
547 u8 num_ringpairs; /* total number of ring pairs in vector */
549 cpumask_t affinity_mask;
550 struct rcu_head rcu; /* to avoid race with update stats on free */
551 char name[I40E_INT_NAME_STR_LEN];