Lines Matching refs:dev_queue
481 struct netdev_queue *dev_queue; in hns3_reset_tx_queue() local
485 dev_queue = netdev_get_tx_queue(ndev, in hns3_reset_tx_queue()
487 netdev_tx_reset_queue(dev_queue); in hns3_reset_tx_queue()
1323 struct netdev_queue *dev_queue; in hns3_nic_net_xmit() local
1378 dev_queue = netdev_get_tx_queue(netdev, ring_data->queue_index); in hns3_nic_net_xmit()
1379 netdev_tx_sent_queue(dev_queue, skb->len); in hns3_nic_net_xmit()
2325 struct netdev_queue *dev_queue; in hns3_clean_tx_ring() local
2357 dev_queue = netdev_get_tx_queue(netdev, ring->tqp->tqp_index); in hns3_clean_tx_ring()
2358 netdev_tx_completed_queue(dev_queue, pkts, bytes); in hns3_clean_tx_ring()
2366 if (netif_tx_queue_stopped(dev_queue) && in hns3_clean_tx_ring()
2368 netif_tx_wake_queue(dev_queue); in hns3_clean_tx_ring()