Lines Matching defs:i40e_q_vector
565 struct i40e_q_vector { struct
566 struct i40e_vsi *vsi;
568 u16 v_idx; /* index in the vsi->q_vector array. */
569 u16 reg_idx; /* register index of the interrupt */
571 struct napi_struct napi;
573 struct i40e_ring_container rx;
574 struct i40e_ring_container tx;
576 u8 num_ringpairs; /* total number of ring pairs in vector */
578 cpumask_t affinity_mask;
579 struct rcu_head rcu; /* to avoid race with update stats on free */
580 char name[I40E_INT_NAME_STR_LEN];
581 bool arm_wb_state;
583 u8 itr_countdown; /* when 0 should adjust ITR */