Searched defs:ice_q_vector (Results 1 – 1 of 1) sorted by relevance
217 struct ice_q_vector { struct218 struct ice_vsi *vsi;219 cpumask_t affinity_mask;220 struct napi_struct napi;221 struct ice_ring_container rx;222 struct ice_ring_container tx;223 struct irq_affinity_notify affinity_notify;224 u16 v_idx; /* index in the vsi->q_vector array. */225 u8 num_ring_tx; /* total number of tx rings in vector */226 u8 num_ring_rx; /* total number of rx rings in vector */[all …]