Home
last modified time | relevance | path

Searched refs:netdev_txq_to_tc (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/core/
Dnet-sysfs.c1071 tc = netdev_txq_to_tc(dev, index); in traffic_class_show()
1261 tc = netdev_txq_to_tc(dev, index); in xps_cpus_show()
1341 tc = netdev_txq_to_tc(dev, index); in xps_rxqs_show()
Ddev.c2085 int netdev_txq_to_tc(struct net_device *dev, unsigned int txq) in netdev_txq_to_tc() function
2103 EXPORT_SYMBOL(netdev_txq_to_tc);
2297 tc = netdev_txq_to_tc(dev, index); in __netif_set_xps_queue()
/Linux-v4.19/net/sched/
Dsch_mqprio.c495 int tc = netdev_txq_to_tc(dev, cl - 1); in mqprio_dump_class()
/Linux-v4.19/include/linux/
Dnetdevice.h2048 int netdev_txq_to_tc(struct net_device *dev, unsigned int txq);
/Linux-v4.19/drivers/net/ethernet/ti/
Dcpsw.c1753 tc = netdev_txq_to_tc(priv->ndev, qopt->queue); in cpsw_set_cbs()