Lines Matching defs:i40e_q_vector
975 struct i40e_q_vector { struct
976 struct i40e_vsi *vsi;
978 u16 v_idx; /* index in the vsi->q_vector array. */
979 u16 reg_idx; /* register index of the interrupt */
981 struct napi_struct napi;
983 struct i40e_ring_container rx;
984 struct i40e_ring_container tx;
986 u8 itr_countdown; /* when 0 should adjust adaptive ITR */
987 u8 num_ringpairs; /* total number of ring pairs in vector */
989 cpumask_t affinity_mask;
990 struct irq_affinity_notify affinity_notify;
992 struct rcu_head rcu; /* to avoid race with update stats on free */
993 char name[I40E_INT_NAME_STR_LEN];
994 bool arm_wb_state;