Lines Matching refs:dev_queue
813 struct netdev_queue *dev_queue; in hns3_reset_tx_queue() local
817 dev_queue = netdev_get_tx_queue(ndev, in hns3_reset_tx_queue()
819 netdev_tx_reset_queue(dev_queue); in hns3_reset_tx_queue()
2299 struct netdev_queue *dev_queue; in hns3_nic_net_xmit() local
2343 dev_queue = netdev_get_tx_queue(netdev, ring->queue_index); in hns3_nic_net_xmit()
2344 doorbell = __netdev_tx_sent_queue(dev_queue, desc_cb->send_bytes, in hns3_nic_net_xmit()
3632 struct netdev_queue *dev_queue; in hns3_clean_tx_ring() local
3649 dev_queue = netdev_get_tx_queue(netdev, ring->tqp->tqp_index); in hns3_clean_tx_ring()
3650 netdev_tx_completed_queue(dev_queue, pkts, bytes); in hns3_clean_tx_ring()
3658 if (netif_tx_queue_stopped(dev_queue) && in hns3_clean_tx_ring()
3660 netif_tx_wake_queue(dev_queue); in hns3_clean_tx_ring()