Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H A 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()
H A 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()
H A Dotx2_common.h1109 static inline void otx2_qos_init(struct otx2_nic *pfvf, int qos_txqs) in otx2_qos_init() argument
1113 hw->tc_tx_queues = qos_txqs; in otx2_qos_init()
H A 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()
H A Dotx2_pf.c2857 int err, qcount, qos_txqs; in otx2_probe() local
2885 qos_txqs = min_t(int, qcount, OTX2_QOS_MAX_LEAF_NODES); in otx2_probe()
2887 netdev = alloc_etherdev_mqs(sizeof(*pf), qcount + qos_txqs, qcount); in otx2_probe()
3075 otx2_qos_init(pf, qos_txqs); in otx2_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5712 unsigned int nch, ptp_txqs, qos_txqs; in mlx5e_get_max_num_txqs() local
5720 qos_txqs = mlx5_qos_is_supported(mdev) && in mlx5e_get_max_num_txqs()
5724 return nch * profile->max_tc + ptp_txqs + qos_txqs; in mlx5e_get_max_num_txqs()

Completed in 21 milliseconds