Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice.h454 struct ice_q_vector { struct
455 struct ice_vsi *vsi;
457 u16 v_idx; /* index in the vsi->q_vector array. */
458 u16 reg_idx;
459 u8 num_ring_rx; /* total number of Rx rings in vector */
460 u8 num_ring_tx; /* total number of Tx rings in vector */
461 u8 wb_on_itr:1; /* if true, WB on ITR is enabled */
465 u8 intrl;
467 struct napi_struct napi;
469 struct ice_ring_container rx;
[all …]