Lines Matching defs:i40e_q_vector
796 struct i40e_q_vector { struct
797 struct i40e_vsi *vsi;
799 u16 v_idx; /* index in the vsi->q_vector array. */
800 u16 reg_idx; /* register index of the interrupt */
802 struct napi_struct napi;
804 struct i40e_ring_container rx;
805 struct i40e_ring_container tx;
807 u8 itr_countdown; /* when 0 should adjust adaptive ITR */
808 u8 num_ringpairs; /* total number of ring pairs in vector */
810 cpumask_t affinity_mask;
811 struct irq_affinity_notify affinity_notify;
813 struct rcu_head rcu; /* to avoid race with update stats on free */
814 char name[I40E_INT_NAME_STR_LEN];
815 bool arm_wb_state;