Searched refs:qos_txqs (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_vf.c | 540 int err, qcount, qos_txqs; in otx2vf_probe() local 566 qos_txqs = min_t(int, qcount, OTX2_QOS_MAX_LEAF_NODES); in otx2vf_probe() 567 netdev = alloc_etherdev_mqs(sizeof(*vf), qcount + qos_txqs, qcount); in otx2vf_probe() 739 otx2_qos_init(vf, qos_txqs); in otx2vf_probe()
|
| H A D | otx2_ethtool.c | 276 int err, qos_txqs; in otx2_set_channels() local 290 qos_txqs = bitmap_weight(pfvf->qos.qos_sq_bmap, in otx2_set_channels() 293 err = otx2_set_real_num_queues(dev, channel->tx_count + qos_txqs, in otx2_set_channels()
|
| H A D | otx2_common.h | 1160 static inline void otx2_qos_init(struct otx2_nic *pfvf, int qos_txqs) in otx2_qos_init() argument 1164 hw->tc_tx_queues = qos_txqs; in otx2_qos_init()
|
| H A D | qos.c | 29 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 D | otx2_pf.c | 3040 int err, qcount, qos_txqs; in otx2_probe() local 3067 qos_txqs = min_t(int, qcount, OTX2_QOS_MAX_LEAF_NODES); in otx2_probe() 3069 netdev = alloc_etherdev_mqs(sizeof(*pf), qcount + qos_txqs, qcount); in otx2_probe() 3213 otx2_qos_init(pf, qos_txqs); in otx2_probe()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 6067 unsigned int nch, ptp_txqs, qos_txqs; in mlx5e_get_max_num_txqs() local 6075 qos_txqs = mlx5_qos_is_supported(mdev) && in mlx5e_get_max_num_txqs() 6079 return nch * profile->max_tc + ptp_txqs + qos_txqs; in mlx5e_get_max_num_txqs()
|