Home
last modified time | relevance | path

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

/linux/net/dsa/
H A Dtag_ksz.c257 u8 prio = netdev_txq_to_tc(dev, queue_mapping); in ksz9477_xmit()
380 u8 prio = netdev_txq_to_tc(dev, queue_mapping); in ksz9893_xmit()
407 u8 prio = netdev_txq_to_tc(dev, queue_mapping); in ksz8463_xmit()
493 u8 prio = netdev_txq_to_tc(dev, queue_mapping); in lan937x_xmit()
H A Dtag_vsc73xx_8021q.c29 pcp = netdev_txq_to_tc(netdev, queue_mapping); in vsc73xx_xmit()
H A Dtag_ocelot_8021q.c72 u8 pcp = netdev_txq_to_tc(netdev, queue_mapping); in ocelot_xmit()
H A Dtag_netc.c68 s8 ipv = netdev_txq_to_tc(ndev, queue); in netc_fill_common_tp_tag()
H A Dtag_sja1105.c272 u8 pcp = netdev_txq_to_tc(netdev, queue_mapping); in sja1105_xmit()
300 u8 pcp = netdev_txq_to_tc(netdev, queue_mapping); in sja1110_xmit()
/linux/net/core/
H A Dnet-sysfs.c1436 tc = netdev_txq_to_tc(dev, index); in traffic_class_show()
1761 tc = netdev_txq_to_tc(dev, index); in xps_cpus_show()
1835 tc = netdev_txq_to_tc(dev, index); in xps_rxqs_show()
H A Ddev.c2680 int netdev_txq_to_tc(struct net_device *dev, unsigned int txq) in netdev_txq_to_tc() function
2701 EXPORT_SYMBOL(netdev_txq_to_tc);
2903 tc = netdev_txq_to_tc(dev, index); in __netif_set_xps_queue()
/linux/net/sched/
H A Dsch_mqprio.c659 int tc = netdev_txq_to_tc(dev, cl - 1); in mqprio_dump_class()
/linux/drivers/net/ethernet/ti/
H A Dcpsw_priv.c946 tc = netdev_txq_to_tc(priv->ndev, qopt->queue); in cpsw_set_cbs()
/linux/include/linux/
H A Dnetdevice.h2688 int netdev_txq_to_tc(struct net_device *dev, unsigned int txq);
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c1474 prio = netdev_txq_to_tc(net_dev, queue_mapping); in __dpaa2_eth_tx()