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()
2303 struct netdev_queue *dev_queue; in hns3_nic_net_xmit() local
2347 dev_queue = netdev_get_tx_queue(netdev, ring->queue_index); in hns3_nic_net_xmit()
2348 doorbell = __netdev_tx_sent_queue(dev_queue, desc_cb->send_bytes, in hns3_nic_net_xmit()
3634 struct netdev_queue *dev_queue; in hns3_clean_tx_ring() local
3651 dev_queue = netdev_get_tx_queue(netdev, ring->tqp->tqp_index); in hns3_clean_tx_ring()
3652 netdev_tx_completed_queue(dev_queue, pkts, bytes); in hns3_clean_tx_ring()
3660 if (netif_tx_queue_stopped(dev_queue) && in hns3_clean_tx_ring()
3662 netif_tx_wake_queue(dev_queue); in hns3_clean_tx_ring()