Searched refs:ice_get_max_txq (Results 1 – 3 of 3) sorted by relevance
848 static inline int ice_get_max_txq(struct ice_pf *pf) in ice_get_max_txq() function
3819 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()
4702 netdev = alloc_etherdev_mqs(sizeof(*np), ice_get_max_txq(vsi->back), in ice_cfg_netdev()