Symbol: drbr_enqueue
sys/dev/al_eth/al_eth.c
1743
ret = drbr_enqueue(ifp, tx_ring->br, m);
sys/dev/bxe/bxe.c
5646
rc = drbr_enqueue(ifp, tx_br, m);
sys/dev/bxe/bxe.c
5770
rc = drbr_enqueue(ifp, fp->tx_br, m);
sys/dev/cxgb/cxgb_sge.c
1713
(error = drbr_enqueue(ifp, br, m)) != 0)
sys/dev/cxgb/cxgb_sge.c
1726
} else if ((error = drbr_enqueue(ifp, br, m)) != 0)
sys/dev/cxgb/cxgb_sge.c
1763
error = drbr_enqueue(ifp, qs->txq[TXQ_ETH].txq_mr, m);
sys/dev/ena/ena_datapath.c
168
ret = drbr_enqueue(ifp, tx_ring->br, m);
sys/dev/gve/gve_tx.c
917
err = drbr_enqueue(ifp, tx->br, mbuf);
sys/dev/hyperv/netvsc/if_hn.c
6061
error = drbr_enqueue(ifp, txr->hn_mbuf_br, m);
sys/dev/liquidio/lio_rxtx.c
289
err = drbr_enqueue(ifp, iq->br, m);
sys/dev/mana/mana_en.c
845
err = drbr_enqueue(ifp, txq->txq_br, m);
sys/dev/mxge/if_mxge.c
2242
err = drbr_enqueue(ifp, tx->br, m);
sys/dev/mxge/if_mxge.c
2252
} else if ((err = drbr_enqueue(ifp, tx->br, m)) != 0) {
sys/dev/mxge/if_mxge.c
2279
err = drbr_enqueue(ifp, tx->br, m);
sys/dev/neta/if_mvneta.c
1958
error = drbr_enqueue(ifp, tx->br, m);
sys/dev/netmap/if_ptnet.c
1593
err = drbr_enqueue(ifp, pq->bufring, m);
sys/dev/ntb/if_ntb/if_ntb.c
364
error = drbr_enqueue(ifp, q->br, m);
sys/dev/oce/oce_if.c
1437
status = drbr_enqueue(ifp, br, m);
sys/dev/oce/oce_if.c
1442
if ((status = drbr_enqueue(ifp, br, m)) != 0)
sys/dev/qlnx/qlnxe/qlnx_os.c
2870
ret = drbr_enqueue(ifp, fp->tx_br, mp);
sys/dev/qlnx/qlnxe/qlnx_os.c
2875
ret = drbr_enqueue(ifp, fp->tx_br, mp);
sys/dev/qlnx/qlnxe/qlnx_os.c
2948
ret = drbr_enqueue(ifp, fp->tx_br, mp);
sys/dev/qlxgbe/ql_os.c
1590
ret = drbr_enqueue(ifp, fp->tx_br, mp);
sys/dev/virtio/network/if_vtnet.c
2753
error = drbr_enqueue(ifp, br, m);
sys/dev/virtio/network/if_vtnet.c
2758
error = drbr_enqueue(ifp, br, m);
sys/dev/virtio/network/if_vtnet.c
2819
error = drbr_enqueue(ifp, txq->vtntx_br, m);
sys/dev/vnic/nicvf_main.c
665
err = drbr_enqueue(ifp, sq->br, mbuf);
sys/dev/xen/netfront/netfront.c
2184
error = drbr_enqueue(ifp, br, m);
sys/dev/xen/netfront/netfront.c
2189
error = drbr_enqueue(ifp, br, m);
sys/dev/xen/netfront/netfront.c
2247
error = drbr_enqueue(ifp, txq->br, m);
sys/net/ifq.h
316
int drbr_enqueue(struct ifnet *ifp, struct buf_ring *br, struct mbuf *m);