Home
last modified time | relevance | path

Searched refs:skb_get_tx_queue (Results 1 – 6 of 6) sorted by relevance

/linux/net/sched/
H A Dsch_generic.c113 txq = skb_get_tx_queue(txq->dev, skb); in __skb_dequeue_bad_txq()
289 txq = skb_get_tx_queue(txq->dev, skb); in dequeue_skb()
435 txq = skb_get_tx_queue(dev, skb); in qdisc_restart()
/linux/drivers/net/ethernet/xilinx/
H A Dxilinx_axienet_main.c877 txq = skb_get_tx_queue(lp->ndev, skbuf_dma->skb); in axienet_dma_tx_cb()
967 txq = skb_get_tx_queue(lp->ndev, skb); in axienet_start_xmit_dmaengine()
/linux/drivers/net/ethernet/airoha/
H A Dairoha_eth.c1045 txq = skb_get_tx_queue(skb->dev, skb); in airoha_qdma_tx_napi_poll()
1224 txq = skb_get_tx_queue(skb->dev, skb); in airoha_qdma_tx_cleanup()
2349 txq = skb_get_tx_queue(netdev, skb); in airoha_dev_xmit()
/linux/net/core/
H A Dpktgen.c3637 txq = skb_get_tx_queue(odev, pkt_dev->skb); in pktgen_xmit()
H A Ddev.c4983 txq = skb_get_tx_queue(dev, skb); in __dev_direct_xmit()
/linux/include/linux/
H A Dnetdevice.h2734 static inline struct netdev_queue *skb_get_tx_queue(const struct net_device *dev, in skb_get_tx_queue() function