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()368 if (__netdev_tx_sent_queue(q->ndq, skb->len, netdev_xmit_more())) in fun_start_xmit()455 netdev_tx_completed_queue(q->ndq, npkts, nbytes); in fun_txq_reclaim()458 if (unlikely(netif_tx_queue_stopped(q->ndq) && in fun_txq_reclaim()460 netif_tx_wake_queue(q->ndq); in fun_txq_reclaim()609 netdev_tx_reset_queue(q->ndq); in fun_txq_purge()709 q->ndq = netdev_get_tx_queue(q->netdev, q->qidx); in fun_txq_create_dev()
114 struct netdev_queue *ndq; member