Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_ethtool.c3475 u32 curr_combined; in ice_set_channels() local
3496 curr_combined = ice_get_combined_cnt(vsi); in ice_set_channels()
3503 if (ch->rx_count == vsi->num_rxq - curr_combined) in ice_set_channels()
3505 if (ch->tx_count == vsi->num_txq - curr_combined) in ice_set_channels()
3507 if (ch->combined_count == curr_combined) in ice_set_channels()