Lines Matching defs:i40e_q_vector
854 struct i40e_q_vector { struct
855 struct i40e_vsi *vsi;
857 u16 v_idx; /* index in the vsi->q_vector array. */
858 u16 reg_idx; /* register index of the interrupt */
860 struct napi_struct napi;
862 struct i40e_ring_container rx;
863 struct i40e_ring_container tx;
865 u8 itr_countdown; /* when 0 should adjust adaptive ITR */
866 u8 num_ringpairs; /* total number of ring pairs in vector */
868 cpumask_t affinity_mask;
869 struct irq_affinity_notify affinity_notify;
871 struct rcu_head rcu; /* to avoid race with update stats on free */
872 char name[I40E_INT_NAME_STR_LEN];
873 bool arm_wb_state;