Home
last modified time | relevance | path

Searched refs:netmap_tx_irq (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/dev/cxgbe/
H A Dt4_netmap.c1019 netmap_tx_irq(ifp, nm_txq->nid); in handle_nm_sge_egr_update()
/freebsd-12.1/sys/dev/netmap/
H A Dnetmap_kern.h1327 #define netmap_tx_irq(_n, _q) netmap_rx_irq(_n, _q, NULL) macro
H A Dif_ptnet.c1305 if (netmap_tx_irq(sc->ifp, pq->kring_id) != NM_IRQ_PASS) { in ptnet_tx_intr()
/freebsd-12.1/sys/net/
H A Diflib.c1237 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 Dif_vtnet.c2522 if (netmap_tx_irq(ifp, txq->vtntx_id) != NM_IRQ_PASS) in vtnet_tx_vq_intr()
/freebsd-12.1/sys/dev/re/
H A Dif_re.c2420 if (netmap_tx_irq(ifp, 0)) in re_txeof()