Searched refs:netdev_txq_to_tc (Results 1 – 10 of 10) sorted by relevance
/linux/net/dsa/ |
H A D | tag_ksz.c | 282 u8 prio = netdev_txq_to_tc(dev, queue_mapping); in ksz9477_xmit() 360 u8 prio = netdev_txq_to_tc(dev, queue_mapping); in ksz9893_xmit() 426 u8 prio = netdev_txq_to_tc(dev, queue_mapping); in lan937x_xmit()
|
H A D | tag_vsc73xx_8021q.c | 29 pcp = netdev_txq_to_tc(netdev, queue_mapping); in vsc73xx_xmit()
|
H A D | tag_ocelot_8021q.c | 68 u8 pcp = netdev_txq_to_tc(netdev, queue_mapping); in ocelot_xmit()
|
H A D | tag_sja1105.c | 271 u8 pcp = netdev_txq_to_tc(netdev, queue_mapping); in sja1105_xmit() 299 u8 pcp = netdev_txq_to_tc(netdev, queue_mapping); in sja1110_xmit()
|
/linux/net/core/ |
H A D | net-sysfs.c | 1455 tc = netdev_txq_to_tc(dev, index); in traffic_class_show() 1780 tc = netdev_txq_to_tc(dev, index); in xps_cpus_show() 1854 tc = netdev_txq_to_tc(dev, index); in xps_rxqs_show()
|
H A D | dev.c | 2632 int netdev_txq_to_tc(struct net_device *dev, unsigned int txq) in netdev_txq_to_tc() function 2650 EXPORT_SYMBOL(netdev_txq_to_tc); 2851 tc = netdev_txq_to_tc(dev, index); in __netif_set_xps_queue()
|
/linux/net/sched/ |
H A D | sch_mqprio.c | 647 int tc = netdev_txq_to_tc(dev, cl - 1); in mqprio_dump_class()
|
/linux/drivers/net/ethernet/ti/ |
H A D | cpsw_priv.c | 922 tc = netdev_txq_to_tc(priv->ndev, qopt->queue); in cpsw_set_cbs()
|
/linux/include/linux/ |
H A D | netdevice.h | 2599 int netdev_txq_to_tc(struct net_device *dev, unsigned int txq);
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth.c | 1473 prio = netdev_txq_to_tc(net_dev, queue_mapping); in __dpaa2_eth_tx()
|