| /freebsd-13.1/sys/dev/altera/atse/ |
| H A D | if_atse.c | 354 error = drbr_enqueue(ifp, sc->br, m); in atse_transmit() 361 error = drbr_enqueue(ifp, sc->br, m); in atse_transmit() 367 error = drbr_enqueue(ifp, br, m); in atse_transmit()
|
| /freebsd-13.1/sys/dev/liquidio/ |
| H A D | lio_rxtx.c | 290 err = drbr_enqueue(ifp, iq->br, m); in lio_mq_start()
|
| /freebsd-13.1/sys/net/ |
| H A D | ifq.h | 319 drbr_enqueue(struct ifnet *ifp, struct buf_ring *br, struct mbuf *m) in drbr_enqueue() function
|
| H A D | if.c | 4593 return drbr_enqueue(ifh, br, m); in drbr_enqueue_drv()
|
| /freebsd-13.1/sys/dev/ntb/if_ntb/ |
| H A D | if_ntb.c | 371 error = drbr_enqueue(ifp, q->br, m); in ntb_transmit()
|
| /freebsd-13.1/sys/dev/xen/netfront/ |
| H A D | netfront.c | 2109 error = drbr_enqueue(ifp, br, m); in xn_txq_mq_start_locked() 2114 error = drbr_enqueue(ifp, br, m); in xn_txq_mq_start_locked() 2172 error = drbr_enqueue(ifp, txq->br, m); in xn_txq_mq_start()
|
| /freebsd-13.1/sys/dev/xilinx/ |
| H A D | if_xae.c | 315 error = drbr_enqueue(ifp, sc->br, m); in xae_transmit()
|
| /freebsd-13.1/sys/dev/ena/ |
| H A D | ena_datapath.c | 166 ret = drbr_enqueue(ifp, tx_ring->br, m); in ena_mq_start()
|
| /freebsd-13.1/sys/dev/virtio/network/ |
| H A D | if_vtnet.c | 2682 error = drbr_enqueue(ifp, br, m); in vtnet_txq_mq_start_locked() 2687 error = drbr_enqueue(ifp, br, m); in vtnet_txq_mq_start_locked() 2748 error = drbr_enqueue(ifp, txq->vtntx_br, m); in vtnet_txq_mq_start()
|
| /freebsd-13.1/sys/dev/cxgb/ |
| H A D | cxgb_sge.c | 1721 (error = drbr_enqueue(ifp, br, m)) != 0) in cxgb_transmit_locked() 1734 } else if ((error = drbr_enqueue(ifp, br, m)) != 0) in cxgb_transmit_locked() 1771 error = drbr_enqueue(ifp, qs->txq[TXQ_ETH].txq_mr, m); in cxgb_transmit()
|
| /freebsd-13.1/sys/dev/vnic/ |
| H A D | nicvf_main.c | 682 err = drbr_enqueue(ifp, sq->br, mbuf); in nicvf_if_transmit()
|
| /freebsd-13.1/sys/dev/oce/ |
| H A D | oce_if.c | 1443 status = drbr_enqueue(ifp, br, m); in oce_multiq_transmit() 1448 if ((status = drbr_enqueue(ifp, br, m)) != 0) in oce_multiq_transmit()
|
| /freebsd-13.1/sys/dev/mxge/ |
| H A D | if_mxge.c | 2260 err = drbr_enqueue(ifp, tx->br, m); in mxge_transmit_locked() 2270 } else if ((err = drbr_enqueue(ifp, tx->br, m)) != 0) { in mxge_transmit_locked() 2297 err = drbr_enqueue(ifp, tx->br, m); in mxge_transmit()
|
| /freebsd-13.1/sys/dev/netmap/ |
| H A D | if_ptnet.c | 1613 err = drbr_enqueue(ifp, pq->bufring, m); in ptnet_transmit()
|
| /freebsd-13.1/sys/dev/qlxgbe/ |
| H A D | ql_os.c | 1601 ret = drbr_enqueue(ifp, fp->tx_br, mp); in qla_transmit()
|
| /freebsd-13.1/share/man/man9/ |
| H A D | Makefile | 1025 drbr.9 drbr_enqueue.9 \
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | qlnx_os.c | 3043 ret = drbr_enqueue(ifp, fp->tx_br, mp); in qlnx_transmit_locked() 3048 ret = drbr_enqueue(ifp, fp->tx_br, mp); in qlnx_transmit_locked() 3124 ret = drbr_enqueue(ifp, fp->tx_br, mp); in qlnx_transmit()
|
| /freebsd-13.1/sys/dev/al_eth/ |
| H A D | al_eth.c | 1754 ret = drbr_enqueue(ifp, tx_ring->br, m); in al_mq_start()
|
| /freebsd-13.1/sys/dev/neta/ |
| H A D | if_mvneta.c | 1978 error = drbr_enqueue(ifp, tx->br, m); in mvneta_transmit()
|
| /freebsd-13.1/sys/dev/hyperv/netvsc/ |
| H A D | if_hn.c | 6111 error = drbr_enqueue(ifp, txr->hn_mbuf_br, m); in hn_transmit()
|
| /freebsd-13.1/sys/dev/bxe/ |
| H A D | bxe.c | 5665 rc = drbr_enqueue(ifp, tx_br, m); in bxe_tx_mq_start_locked() 5789 rc = drbr_enqueue(ifp, fp->tx_br, m); in bxe_tx_mq_start()
|