Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice.h848 static inline int ice_get_max_txq(struct ice_pf *pf) in ice_get_max_txq() function
H A Dice_ethtool.c3819 ch->max_tx = ice_get_max_txq(pf); in ice_get_channels()
3942 if (new_tx > ice_get_max_txq(pf)) { in ice_set_channels()
3944 ice_get_max_txq(pf)); in ice_set_channels()
H A Dice_main.c4702 netdev = alloc_etherdev_mqs(sizeof(*np), ice_get_max_txq(vsi->back), in ice_cfg_netdev()