Lines Matching defs:i40e_q_vector
941 struct i40e_q_vector { struct
942 struct i40e_vsi *vsi;
944 u16 v_idx; /* index in the vsi->q_vector array. */
945 u16 reg_idx; /* register index of the interrupt */
947 struct napi_struct napi;
949 struct i40e_ring_container rx;
950 struct i40e_ring_container tx;
952 u8 itr_countdown; /* when 0 should adjust adaptive ITR */
953 u8 num_ringpairs; /* total number of ring pairs in vector */
955 cpumask_t affinity_mask;
956 struct irq_affinity_notify affinity_notify;
958 struct rcu_head rcu; /* to avoid race with update stats on free */
959 char name[I40E_INT_NAME_STR_LEN];
960 bool arm_wb_state;
961 bool in_busy_poll;
962 int irq_num; /* IRQ assigned to this q_vector */