Lines Matching refs:dev_queue
829 struct netdev_queue *dev_queue; in hns3_reset_tx_queue() local
833 dev_queue = netdev_get_tx_queue(ndev, in hns3_reset_tx_queue()
835 netdev_tx_reset_queue(dev_queue); in hns3_reset_tx_queue()
2310 struct netdev_queue *dev_queue; in hns3_nic_net_xmit() local
2354 dev_queue = netdev_get_tx_queue(netdev, ring->queue_index); in hns3_nic_net_xmit()
2355 doorbell = __netdev_tx_sent_queue(dev_queue, desc_cb->send_bytes, in hns3_nic_net_xmit()
3643 struct netdev_queue *dev_queue; in hns3_clean_tx_ring() local
3660 dev_queue = netdev_get_tx_queue(netdev, ring->tqp->tqp_index); in hns3_clean_tx_ring()
3661 netdev_tx_completed_queue(dev_queue, pkts, bytes); in hns3_clean_tx_ring()
3669 if (netif_tx_queue_stopped(dev_queue) && in hns3_clean_tx_ring()
3671 netif_tx_wake_queue(dev_queue); in hns3_clean_tx_ring()