Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c279 int err, qos_txqs; in otx2_set_channels() local
293 qos_txqs = bitmap_weight(pfvf->qos.qos_sq_bmap, in otx2_set_channels()
296 err = otx2_set_real_num_queues(dev, channel->tx_count + qos_txqs, in otx2_set_channels()
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()