Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
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.c3157 int err, qcount, qos_txqs; in otx2_probe() local
3184 qos_txqs = min_t(int, qcount, OTX2_QOS_MAX_LEAF_NODES); in otx2_probe()
3186 netdev = alloc_etherdev_mqs(sizeof(*pf), qcount + qos_txqs, qcount); in otx2_probe()
3332 otx2_qos_init(pf, qos_txqs); in otx2_probe()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c6481 unsigned int nch, ptp_txqs, qos_txqs; in mlx5e_get_max_num_txqs() local
6489 qos_txqs = mlx5_qos_is_supported(mdev) && in mlx5e_get_max_num_txqs()
6493 return nch * profile->max_tc + ptp_txqs + qos_txqs; in mlx5e_get_max_num_txqs()