Lines Matching defs:i40e_q_vector
891 struct i40e_q_vector { struct
892 struct i40e_vsi *vsi;
894 u16 v_idx; /* index in the vsi->q_vector array. */
895 u16 reg_idx; /* register index of the interrupt */
897 struct napi_struct napi;
899 struct i40e_ring_container rx;
900 struct i40e_ring_container tx;
902 u8 itr_countdown; /* when 0 should adjust adaptive ITR */
903 u8 num_ringpairs; /* total number of ring pairs in vector */
905 cpumask_t affinity_mask;
906 struct irq_affinity_notify affinity_notify;
908 struct rcu_head rcu; /* to avoid race with update stats on free */
909 char name[I40E_INT_NAME_STR_LEN];
910 bool arm_wb_state;
911 int irq_num; /* IRQ assigned to this q_vector */