Home
last modified time | relevance | path

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

/freebsd/sys/dev/ena/
H A Dena_datapath.c262 if (netmap_tx_irq(adapter->ifp, tx_ring->qid) != NM_IRQ_PASS) in ena_tx_cleanup()
/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h1373 #define netmap_tx_irq(_n, _q) netmap_rx_irq(_n, _q, NULL) macro
H A Dif_ptnet.c1290 if (netmap_tx_irq(sc->ifp, pq->kring_id) != NM_IRQ_PASS) { in ptnet_tx_intr()
/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c1323 netmap_tx_irq(ifp, nm_txq->nid); in handle_nm_sge_egr_update()
/freebsd/sys/net/
H A Diflib.c1382 netmap_tx_irq(ctx->ifc_ifp, txq->ift_id); in iflib_netmap_timer()
4105 netmap_tx_irq(ifp, txq->ift_id)) in _task_fn_tx()
/freebsd/sys/dev/re/
H A Dif_re.c2420 if (netmap_tx_irq(ifp, 0)) in re_txeof()
/freebsd/sys/dev/virtio/network/
H A Dif_vtnet.c2892 if (netmap_tx_irq(ifp, txq->vtntx_id) != NM_IRQ_PASS) in vtnet_tx_vq_intr()