Lines Matching refs:dev_queue
812 struct netdev_queue *dev_queue; in hns3_reset_tx_queue() local
816 dev_queue = netdev_get_tx_queue(ndev, in hns3_reset_tx_queue()
818 netdev_tx_reset_queue(dev_queue); in hns3_reset_tx_queue()
2294 struct netdev_queue *dev_queue; in hns3_nic_net_xmit() local
2338 dev_queue = netdev_get_tx_queue(netdev, ring->queue_index); in hns3_nic_net_xmit()
2339 doorbell = __netdev_tx_sent_queue(dev_queue, desc_cb->send_bytes, in hns3_nic_net_xmit()
3619 struct netdev_queue *dev_queue; in hns3_clean_tx_ring() local
3636 dev_queue = netdev_get_tx_queue(netdev, ring->tqp->tqp_index); in hns3_clean_tx_ring()
3637 netdev_tx_completed_queue(dev_queue, pkts, bytes); in hns3_clean_tx_ring()
3645 if (netif_tx_queue_stopped(dev_queue) && in hns3_clean_tx_ring()
3647 netif_tx_wake_queue(dev_queue); in hns3_clean_tx_ring()