Home
last modified time | relevance | path

Searched refs:ice_get_max_rxq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c3264 * ice_get_max_rxq - return the maximum number of Rx queues for in a PF
3267 static int ice_get_max_rxq(struct ice_pf *pf) in ice_get_max_rxq() function
3308 ch->max_rx = ice_get_max_rxq(pf); in ice_get_channels()
3430 if (new_rx > ice_get_max_rxq(pf)) { in ice_set_channels()
3432 ice_get_max_rxq(pf)); in ice_set_channels()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c3308 * ice_get_max_rxq - return the maximum number of Rx queues for in a PF
3311 static int ice_get_max_rxq(struct ice_pf *pf) in ice_get_max_rxq() function
3352 ch->max_rx = ice_get_max_rxq(pf); in ice_get_channels()
3486 if (new_rx > ice_get_max_rxq(pf)) { in ice_set_channels()
3488 ice_get_max_rxq(pf)); in ice_set_channels()

Completed in 11 milliseconds