Home
last modified time | relevance | path

Searched refs:dev_queue (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c107 struct netdev_queue *dev_queue; in hns_nic_net_xmit_hw() local
169 dev_queue = netdev_get_tx_queue(ndev, skb->queue_mapping); in hns_nic_net_xmit_hw()
170 netdev_tx_sent_queue(dev_queue, skb->len); in hns_nic_net_xmit_hw()
617 struct netdev_queue *dev_queue; in hns_nic_tx_poll_one() local
647 dev_queue = netdev_get_tx_queue(ndev, ring_data->queue_index); in hns_nic_tx_poll_one()
648 netdev_tx_completed_queue(dev_queue, pkts, bytes); in hns_nic_tx_poll_one()
656 if (netif_tx_queue_stopped(dev_queue) && in hns_nic_tx_poll_one()
658 netif_tx_wake_queue(dev_queue); in hns_nic_tx_poll_one()
685 struct netdev_queue *dev_queue; in hns_nic_tx_clr_all_bufs() local
699 dev_queue = netdev_get_tx_queue(ndev, ring_data->queue_index); in hns_nic_tx_clr_all_bufs()
[all …]
Dhns_ethtool.c404 struct netdev_queue *dev_queue; in __lb_other_process() local
426 dev_queue = netdev_get_tx_queue(ndev, ring_data->queue_index); in __lb_other_process()
427 netdev_tx_reset_queue(dev_queue); in __lb_other_process()
/drivers/net/xen-netback/
Dxenbus.c58 struct netdev_queue *dev_queue; in xenvif_read_io_ring() local
119 dev_queue = netdev_get_tx_queue(queue->vif->dev, queue->id); in xenvif_read_io_ring()
124 netif_tx_queue_stopped(dev_queue) ? "stopped" : "running"); in xenvif_read_io_ring()
/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c1522 struct netdev_queue *dev_queue; in myri10ge_tx_done() local
1557 dev_queue = netdev_get_tx_queue(ss->dev, ss - ss->mgp->ss); in myri10ge_tx_done()
1568 __netif_tx_trylock(dev_queue)) { in myri10ge_tx_done()
1575 __netif_tx_unlock(dev_queue); in myri10ge_tx_done()
1579 if (netif_tx_queue_stopped(dev_queue) && in myri10ge_tx_done()
1583 netif_tx_wake_queue(dev_queue); in myri10ge_tx_done()
/drivers/net/
Dxen-netfront.c243 struct netdev_queue *dev_queue = netdev_get_tx_queue(dev, queue->id); in xennet_maybe_wake_tx() local
245 if (unlikely(netif_tx_queue_stopped(dev_queue)) && in xennet_maybe_wake_tx()