Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice.h433 struct ice_q_vector { struct
434 struct ice_vsi *vsi;
436 u16 v_idx; /* index in the vsi->q_vector array. */
437 u16 reg_idx;
438 u8 num_ring_rx; /* total number of Rx rings in vector */
439 u8 num_ring_tx; /* total number of Tx rings in vector */
440 u8 wb_on_itr:1; /* if true, WB on ITR is enabled */
444 u8 intrl;
446 struct napi_struct napi;
448 struct ice_ring_container rx;
[all …]