Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/cxgbe/
H A Dt4_netmap.c1103 netmap_rx_irq(ifp, nm_rxq->nid, &work); in service_nm_rxq()
1131 netmap_rx_irq(ifp, nm_rxq->nid, &work); in service_nm_rxq()
/freebsd-12.1/sys/dev/netmap/
H A Dnetmap_kern.h1326 int netmap_rx_irq(struct ifnet *, u_int, u_int *);
1327 #define netmap_tx_irq(_n, _q) netmap_rx_irq(_n, _q, NULL)
H A Dif_ptnet.c1328 if (netmap_rx_irq(sc->ifp, pq->kring_id, &unused) != NM_IRQ_PASS) { in ptnet_rx_intr()
H A Dnetmap.c4200 netmap_rx_irq(struct ifnet *ifp, u_int q, u_int *work_done) in netmap_rx_irq() function
/freebsd-12.1/sys/dev/virtio/network/
H A Dif_vtnet.c1874 if (netmap_rx_irq(ifp, rxq->vtnrx_id, &more) != NM_IRQ_PASS) in vtnet_rx_vq_intr()
/freebsd-12.1/sys/net/
H A Diflib.c1255 #define netmap_rx_irq(ifp, qid, budget) (0) macro
3770 if (netmap_rx_irq(ctx->ifc_ifp, rxq->ifr_id, &work)) { in _task_fn_rx()
/freebsd-12.1/sys/dev/re/
H A Dif_re.c2175 if (netmap_rx_irq(ifp, 0, &rx_npkts)) in re_rxeof()