Searched defs:i40e_q_vector (Results 1 – 2 of 2) sorted by relevance
93 struct i40e_q_vector { struct94 struct i40evf_adapter *adapter;95 struct i40e_vsi *vsi;96 struct napi_struct napi;97 struct i40e_ring_container rx;98 struct i40e_ring_container tx;99 u32 ring_mask;100 u8 itr_countdown; /* when 0 should adjust adaptive ITR */101 u8 num_ringpairs; /* total number of ring pairs in vector */102 u16 v_idx; /* index in the vsi->q_vector array. */[all …]
796 struct i40e_q_vector { struct797 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;[all …]