Searched refs:drbr_empty (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/ena/
H A Dena_datapath.c115 while (!drbr_empty(ifp, tx_ring->br) &&
149 is_drbr_empty = drbr_empty(ifp, tx_ring->br);
174 if (!drbr_empty(ifp, tx_ring->br)) {
/freebsd-13-stable/sys/net/
H A Difq.h449 drbr_empty(struct ifnet *ifp, struct buf_ring *br) function
/freebsd-13-stable/sys/dev/liquidio/
H A Dlio_core.c517 if (!drbr_empty(oct->props.ifp, iq->br))
/freebsd-13-stable/sys/dev/liquidio/base/
H A Dlio_request_manager.c568 if (!drbr_empty(oct->props.ifp, iq->br))
/freebsd-13-stable/sys/dev/xen/netfront/
H A Dnetfront.c641 if (!drbr_empty(ifp, txq->br))
/freebsd-13-stable/sys/dev/virtio/network/
H A Dif_vtnet.c2761 if (!drbr_empty(sc->vtnet_ifp, txq->vtntx_br))
2781 if (!drbr_empty(ifp, txq->vtntx_br))
/freebsd-13-stable/share/man/man9/
H A DMakefile1022 drbr.9 drbr_empty.9 \
/freebsd-13-stable/sys/dev/mxge/
H A Dif_mxge.c2240 && (!drbr_empty(ifp, tx->br))) {
2273 if (!drbr_empty(ifp, tx->br))
/freebsd-13-stable/sys/dev/oce/
H A Doce_if.c1267 if (!drbr_empty(sc->ifp, wq->br))
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_sge.c234 #define TXQ_RING_EMPTY(qs) drbr_empty((qs)->port->ifp, (qs)->txq[TXQ_ETH].txq_mr)
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c586 if (!drbr_empty(ifp, fp->tx_br)) {
/freebsd-13-stable/sys/dev/bxe/
H A Dbxe.c5741 if (!drbr_empty(ifp, tx_br)) {

Completed in 164 milliseconds