Searched refs:ndq (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_tx.c | 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()
|
| H A D | funeth_txrx.h | 114 struct netdev_queue *ndq; member
|
| /linux/drivers/net/ethernet/pensando/ionic/ |
| H A D | ionic_txrx.c | 1337 struct netdev_queue *ndq = q_to_ndq(q->lif->netdev, q); in ionic_tx_empty() local 1339 netdev_tx_completed_queue(ndq, pkts, bytes); in ionic_tx_empty() 1340 netdev_tx_reset_queue(ndq); in ionic_tx_empty() 1666 struct netdev_queue *ndq = q_to_ndq(netdev, q); in ionic_tx() local 1669 netif_tx_stop_queue(ndq); in ionic_tx() 1670 ring_dbell = __netdev_tx_sent_queue(ndq, skb->len, in ionic_tx()
|