Home
last modified time | relevance | path

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

/Linux-v6.6/net/dsa/
Dtag_ksz.c274 u8 prio = netdev_txq_to_tc(dev, queue_mapping); in ksz9477_xmit()
338 u8 prio = netdev_txq_to_tc(dev, queue_mapping); in ksz9893_xmit()
404 u8 prio = netdev_txq_to_tc(dev, queue_mapping); in lan937x_xmit()
Dtag_ocelot_8021q.c68 u8 pcp = netdev_txq_to_tc(netdev, queue_mapping); in ocelot_xmit()
Dtag_sja1105.c271 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-v6.6/net/core/
Dnet-sysfs.c1273 tc = netdev_txq_to_tc(dev, index); in traffic_class_show()
1516 tc = netdev_txq_to_tc(dev, index); in xps_cpus_show()
1584 tc = netdev_txq_to_tc(dev, index); in xps_rxqs_show()
Ddev.c2387 int netdev_txq_to_tc(struct net_device *dev, unsigned int txq) in netdev_txq_to_tc() function
2405 EXPORT_SYMBOL(netdev_txq_to_tc);
2606 tc = netdev_txq_to_tc(dev, index); in __netif_set_xps_queue()
/Linux-v6.6/net/sched/
Dsch_mqprio.c649 int tc = netdev_txq_to_tc(dev, cl - 1); in mqprio_dump_class()
/Linux-v6.6/drivers/net/ethernet/ti/
Dcpsw_priv.c942 tc = netdev_txq_to_tc(priv->ndev, qopt->queue); in cpsw_set_cbs()
/Linux-v6.6/include/linux/
Dnetdevice.h2447 int netdev_txq_to_tc(struct net_device *dev, unsigned int txq);
/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c1471 prio = netdev_txq_to_tc(net_dev, queue_mapping); in __dpaa2_eth_tx()