Searched refs:netmap_tx_irq (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/dev/cxgbe/ |
| H A D | t4_netmap.c | 1019 netmap_tx_irq(ifp, nm_txq->nid); in handle_nm_sge_egr_update()
|
| /freebsd-12.1/sys/dev/netmap/ |
| H A D | netmap_kern.h | 1327 #define netmap_tx_irq(_n, _q) netmap_rx_irq(_n, _q, NULL) macro
|
| H A D | if_ptnet.c | 1305 if (netmap_tx_irq(sc->ifp, pq->kring_id) != NM_IRQ_PASS) { in ptnet_tx_intr()
|
| /freebsd-12.1/sys/net/ |
| H A D | iflib.c | 1237 netmap_tx_irq(ctx->ifc_ifp, txqid); in iflib_netmap_timer_adjust() 1256 #define netmap_tx_irq(ifp, qid) do {} while (0) macro 3725 netmap_tx_irq(ifp, txq->ift_id); in _task_fn_tx()
|
| /freebsd-12.1/sys/dev/virtio/network/ |
| H A D | if_vtnet.c | 2522 if (netmap_tx_irq(ifp, txq->vtntx_id) != NM_IRQ_PASS) in vtnet_tx_vq_intr()
|
| /freebsd-12.1/sys/dev/re/ |
| H A D | if_re.c | 2420 if (netmap_tx_irq(ifp, 0)) in re_txeof()
|