Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice.h335 struct ice_q_vector { struct
336 struct ice_vsi *vsi;
338 u16 v_idx; /* index in the vsi->q_vector array. */
339 u16 reg_idx;
340 u8 num_ring_rx; /* total number of Rx rings in vector */
341 u8 num_ring_tx; /* total number of Tx rings in vector */
342 u8 itr_countdown; /* when 0 should adjust adaptive ITR */
346 u8 intrl;
348 struct napi_struct napi;
350 struct ice_ring_container rx;
[all …]