Lines Matching refs:dev_queue
476 struct netdev_queue *dev_queue; in hns3_reset_tx_queue() local
480 dev_queue = netdev_get_tx_queue(ndev, in hns3_reset_tx_queue()
482 netdev_tx_reset_queue(dev_queue); in hns3_reset_tx_queue()
1429 struct netdev_queue *dev_queue; in hns3_nic_net_xmit() local
1491 dev_queue = netdev_get_tx_queue(netdev, ring->queue_index); in hns3_nic_net_xmit()
1492 doorbell = __netdev_tx_sent_queue(dev_queue, skb->len, in hns3_nic_net_xmit()
2559 struct netdev_queue *dev_queue; in hns3_clean_tx_ring() local
2576 dev_queue = netdev_get_tx_queue(netdev, ring->tqp->tqp_index); in hns3_clean_tx_ring()
2577 netdev_tx_completed_queue(dev_queue, pkts, bytes); in hns3_clean_tx_ring()
2585 if (netif_tx_queue_stopped(dev_queue) && in hns3_clean_tx_ring()
2587 netif_tx_wake_queue(dev_queue); in hns3_clean_tx_ring()