Searched refs:netmap_tx_irq (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/dev/ena/ |
| H A D | ena_datapath.c | 260 if (netmap_tx_irq(adapter->ifp, tx_ring->qid) != NM_IRQ_PASS) in ena_tx_cleanup()
|
| /freebsd/sys/dev/netmap/ |
| H A D | netmap_kern.h | 1373 #define netmap_tx_irq(_n, _q) netmap_rx_irq(_n, _q, NULL) macro
|
| H A D | if_ptnet.c | 1288 if (netmap_tx_irq(sc->ifp, pq->kring_id) != NM_IRQ_PASS) { in ptnet_tx_intr()
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_netmap.c | 1328 netmap_tx_irq(ifp, nm_txq->nid); in handle_nm_sge_egr_update()
|
| /freebsd/sys/net/ |
| H A D | iflib.c | 1360 netmap_tx_irq(ctx->ifc_ifp, txq->ift_id); in iflib_netmap_timer() 4002 netmap_tx_irq(ifp, txq->ift_id)) in _task_fn_tx()
|
| /freebsd/sys/dev/re/ |
| H A D | if_re.c | 2422 if (netmap_tx_irq(ifp, 0)) in re_txeof()
|
| /freebsd/sys/dev/virtio/network/ |
| H A D | if_vtnet.c | 2939 if (netmap_tx_irq(ifp, txq->vtntx_id) != NM_IRQ_PASS) in vtnet_tx_vq_intr()
|