Home
last modified time | relevance | path

Searched defs:ice_q_vector (Results 1 – 1 of 1) sorted by relevance

/drivers/net/ethernet/intel/ice/
Dice.h280 struct ice_q_vector { struct
281 struct ice_vsi *vsi;
283 u16 v_idx; /* index in the vsi->q_vector array. */
284 u16 reg_idx;
285 u8 num_ring_rx; /* total number of Rx rings in vector */
286 u8 num_ring_tx; /* total number of Tx rings in vector */
287 u8 itr_countdown; /* when 0 should adjust adaptive ITR */
291 u8 intrl;
293 struct napi_struct napi;
295 struct ice_ring_container rx;
[all …]