Lines Matching defs:i40e_q_vector
953 struct i40e_q_vector { struct
954 struct i40e_vsi *vsi;
956 u16 v_idx; /* index in the vsi->q_vector array. */
957 u16 reg_idx; /* register index of the interrupt */
959 struct napi_struct napi;
961 struct i40e_ring_container rx;
962 struct i40e_ring_container tx;
964 u8 itr_countdown; /* when 0 should adjust adaptive ITR */
965 u8 num_ringpairs; /* total number of ring pairs in vector */
967 cpumask_t affinity_mask;
968 struct irq_affinity_notify affinity_notify;
970 struct rcu_head rcu; /* to avoid race with update stats on free */
971 char name[I40E_INT_NAME_STR_LEN];
972 bool arm_wb_state;