Searched refs:netdev_txq_to_tc (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/net/dsa/ |
D | tag_ocelot_8021q.c | 44 u8 pcp = netdev_txq_to_tc(netdev, queue_mapping); in ocelot_xmit()
|
D | tag_sja1105.c | 243 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()
|
/Linux-v5.15/net/core/ |
D | net-sysfs.c | 1194 tc = netdev_txq_to_tc(dev, index); in traffic_class_show() 1431 tc = netdev_txq_to_tc(dev, index); in xps_cpus_show() 1499 tc = netdev_txq_to_tc(dev, index); in xps_rxqs_show()
|
D | dev.c | 2366 int netdev_txq_to_tc(struct net_device *dev, unsigned int txq) in netdev_txq_to_tc() function 2384 EXPORT_SYMBOL(netdev_txq_to_tc); 2584 tc = netdev_txq_to_tc(dev, index); in __netif_set_xps_queue()
|
/Linux-v5.15/net/sched/ |
D | sch_mqprio.c | 494 int tc = netdev_txq_to_tc(dev, cl - 1); in mqprio_dump_class()
|
/Linux-v5.15/drivers/net/ethernet/ti/ |
D | cpsw_priv.c | 940 tc = netdev_txq_to_tc(priv->ndev, qopt->queue); in cpsw_set_cbs()
|
/Linux-v5.15/include/linux/ |
D | netdevice.h | 2297 int netdev_txq_to_tc(struct net_device *dev, unsigned int txq);
|
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/ |
D | dpaa2-eth.c | 1165 prio = netdev_txq_to_tc(net_dev, queue_mapping); in __dpaa2_eth_tx()
|