Home
last modified time | relevance | path

Searched refs:tx_q_vector (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_main.c8627 struct ice_q_vector *tx_q_vector, *rx_q_vector; in ice_chnl_cfg_res() local
8642 tx_q_vector = tx_ring->q_vector; in ice_chnl_cfg_res()
8644 if (!tx_q_vector && !rx_q_vector) in ice_chnl_cfg_res()
8647 if (tx_q_vector) { in ice_chnl_cfg_res()
8648 tx_q_vector->ch = ch; in ice_chnl_cfg_res()
8650 rc = &tx_q_vector->tx; in ice_chnl_cfg_res()