Home
last modified time | relevance | path

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

/net/dsa/
Dtag_ocelot_8021q.c44 u8 pcp = netdev_txq_to_tc(netdev, queue_mapping); in ocelot_xmit()
Dtag_sja1105.c243 u8 pcp = netdev_txq_to_tc(netdev, queue_mapping); in sja1105_xmit()
271 u8 pcp = netdev_txq_to_tc(netdev, queue_mapping); in sja1110_xmit()
/net/core/
Dnet-sysfs.c1244 tc = netdev_txq_to_tc(dev, index); in traffic_class_show()
1487 tc = netdev_txq_to_tc(dev, index); in xps_cpus_show()
1555 tc = netdev_txq_to_tc(dev, index); in xps_rxqs_show()
Ddev.c2395 int netdev_txq_to_tc(struct net_device *dev, unsigned int txq) in netdev_txq_to_tc() function
2413 EXPORT_SYMBOL(netdev_txq_to_tc);
2615 tc = netdev_txq_to_tc(dev, index); in __netif_set_xps_queue()
/net/sched/
Dsch_mqprio.c558 int tc = netdev_txq_to_tc(dev, cl - 1); in mqprio_dump_class()