Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c538 int err, qcount, qos_txqs; in otx2vf_probe() local
564 qos_txqs = min_t(int, qcount, OTX2_QOS_MAX_LEAF_NODES); in otx2vf_probe()
565 netdev = alloc_etherdev_mqs(sizeof(*vf), qcount + qos_txqs, qcount); in otx2vf_probe()
714 otx2_qos_init(vf, qos_txqs); in otx2vf_probe()
Dotx2_ethtool.c291 int err, qos_txqs; in otx2_set_channels() local
305 qos_txqs = bitmap_weight(pfvf->qos.qos_sq_bmap, in otx2_set_channels()
308 err = otx2_set_real_num_queues(dev, channel->tx_count + qos_txqs, in otx2_set_channels()
Dotx2_common.h1111 static inline void otx2_qos_init(struct otx2_nic *pfvf, int qos_txqs) in otx2_qos_init() argument
1115 hw->tc_tx_queues = qos_txqs; in otx2_qos_init()
Dqos.c29 int tx_queues, qos_txqs, err; in otx2_qos_update_tx_netdev_queues() local
31 qos_txqs = bitmap_weight(pfvf->qos.qos_sq_bmap, in otx2_qos_update_tx_netdev_queues()
34 tx_queues = hw->tx_queues + qos_txqs; in otx2_qos_update_tx_netdev_queues()
Dotx2_pf.c2878 int err, qcount, qos_txqs; in otx2_probe() local
2906 qos_txqs = min_t(int, qcount, OTX2_QOS_MAX_LEAF_NODES); in otx2_probe()
2908 netdev = alloc_etherdev_mqs(sizeof(*pf), qcount + qos_txqs, qcount); in otx2_probe()
3099 otx2_qos_init(pf, qos_txqs); in otx2_probe()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c6054 unsigned int nch, ptp_txqs, qos_txqs; in mlx5e_get_max_num_txqs() local
6062 qos_txqs = mlx5_qos_is_supported(mdev) && in mlx5e_get_max_num_txqs()
6066 return nch * profile->max_tc + ptp_txqs + qos_txqs; in mlx5e_get_max_num_txqs()