Searched refs:ndq (Results 1 – 2 of 2) sorted by relevance
322 netif_tx_stop_queue(q->ndq); in fun_tx_check_stop()332 netif_tx_start_queue(q->ndq); in fun_tx_check_stop()369 if (__netdev_tx_sent_queue(q->ndq, skb->len, netdev_xmit_more())) in fun_start_xmit()456 netdev_tx_completed_queue(q->ndq, npkts, nbytes); in fun_txq_reclaim()459 if (unlikely(netif_tx_queue_stopped(q->ndq) && in fun_txq_reclaim()461 netif_tx_wake_queue(q->ndq); in fun_txq_reclaim()610 netdev_tx_reset_queue(q->ndq); in fun_txq_purge()710 q->ndq = netdev_get_tx_queue(q->netdev, q->qidx); in fun_txq_create_dev()
113 struct netdev_queue *ndq; member
Completed in 23 milliseconds