/freebsd/sys/net/ |
H A D | ifq.h | 316 int drbr_enqueue(struct ifnet *ifp, struct buf_ring *br, struct mbuf *m); 330 drbr_enqueue(struct ifnet *ifp, struct buf_ring *br, struct mbuf *m) in drbr_enqueue() function
|
H A D | ifq.c | 45 drbr_enqueue(struct ifnet *ifp, struct buf_ring *br, struct mbuf *m) in drbr_enqueue() function
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_rxtx.c | 289 err = drbr_enqueue(ifp, iq->br, m); in lio_mq_start()
|
/freebsd/sys/dev/ntb/if_ntb/ |
H A D | if_ntb.c | 364 error = drbr_enqueue(ifp, q->br, m); in ntb_transmit()
|
/freebsd/sys/dev/xen/netfront/ |
H A D | netfront.c | 2184 error = drbr_enqueue(ifp, br, m); in xn_txq_mq_start_locked() 2189 error = drbr_enqueue(ifp, br, m); in xn_txq_mq_start_locked() 2247 error = drbr_enqueue(ifp, txq->br, m); in xn_txq_mq_start()
|
/freebsd/sys/dev/xilinx/ |
H A D | if_xae.c | 309 error = drbr_enqueue(ifp, sc->br, m); in xae_transmit()
|
/freebsd/sys/dev/gve/ |
H A D | gve_tx.c | 884 err = drbr_enqueue(ifp, tx->br, mbuf); in gve_xmit_ifp()
|
/freebsd/sys/dev/ena/ |
H A D | ena_datapath.c | 170 ret = drbr_enqueue(ifp, tx_ring->br, m); in ena_mq_start()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_sge.c | 1713 (error = drbr_enqueue(ifp, br, m)) != 0) in cxgb_transmit_locked() 1726 } else if ((error = drbr_enqueue(ifp, br, m)) != 0) in cxgb_transmit_locked() 1763 error = drbr_enqueue(ifp, qs->txq[TXQ_ETH].txq_mr, m); in cxgb_transmit()
|
/freebsd/sys/dev/virtio/network/ |
H A D | if_vtnet.c | 2706 error = drbr_enqueue(ifp, br, m); in vtnet_txq_mq_start_locked() 2711 error = drbr_enqueue(ifp, br, m); in vtnet_txq_mq_start_locked() 2772 error = drbr_enqueue(ifp, txq->vtntx_br, m); in vtnet_txq_mq_start()
|
/freebsd/sys/dev/vnic/ |
H A D | nicvf_main.c | 665 err = drbr_enqueue(ifp, sq->br, mbuf); in nicvf_if_transmit()
|
/freebsd/sys/dev/oce/ |
H A D | oce_if.c | 1437 status = drbr_enqueue(ifp, br, m); in oce_multiq_transmit() 1442 if ((status = drbr_enqueue(ifp, br, m)) != 0) in oce_multiq_transmit()
|
/freebsd/sys/dev/mxge/ |
H A D | if_mxge.c | 2242 err = drbr_enqueue(ifp, tx->br, m); in mxge_transmit_locked() 2252 } else if ((err = drbr_enqueue(ifp, tx->br, m)) != 0) { in mxge_transmit_locked() 2279 err = drbr_enqueue(ifp, tx->br, m); in mxge_transmit()
|
/freebsd/sys/dev/netmap/ |
H A D | if_ptnet.c | 1595 err = drbr_enqueue(ifp, pq->bufring, m); in ptnet_transmit() 1598 nm_prlim(1, "%s: drbr_enqueue() failed %d\n", in ptnet_transmit()
|
/freebsd/sys/dev/qlxgbe/ |
H A D | ql_os.c | 1590 ret = drbr_enqueue(ifp, fp->tx_br, mp); in qla_transmit()
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_os.c | 2998 ret = drbr_enqueue(ifp, fp->tx_br, mp); in qlnx_transmit_locked() 3003 ret = drbr_enqueue(ifp, fp->tx_br, mp); in qlnx_transmit_locked() 3075 ret = drbr_enqueue(ifp, fp->tx_br, mp); in qlnx_transmit()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1094 drbr.9 drbr_enqueue.9 \
|
/freebsd/sys/dev/al_eth/ |
H A D | al_eth.c | 1743 ret = drbr_enqueue(ifp, tx_ring->br, m); in al_mq_start()
|
/freebsd/sys/dev/mana/ |
H A D | mana_en.c | 850 err = drbr_enqueue(ifp, txq->txq_br, m); in mana_start_xmit()
|
/freebsd/sys/dev/neta/ |
H A D | if_mvneta.c | 1958 error = drbr_enqueue(ifp, tx->br, m); in mvneta_transmit()
|
/freebsd/sys/dev/hyperv/netvsc/ |
H A D | if_hn.c | 6072 error = drbr_enqueue(ifp, txr->hn_mbuf_br, m); in hn_transmit()
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 5646 rc = drbr_enqueue(ifp, tx_br, m); in bxe_tx_mq_start_locked() 5770 rc = drbr_enqueue(ifp, fp->tx_br, m); in bxe_tx_mq_start()
|