Searched refs:drbr_empty (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/sys/dev/ena/ |
| H A D | ena_datapath.c | 122 while (!drbr_empty(ifp, tx_ring->br) && in ena_deferred_mq_start() 165 is_drbr_empty = drbr_empty(ifp, tx_ring->br); in ena_mq_start() 190 if (!drbr_empty(ifp, tx_ring->br)) { in ena_qflush()
|
| /freebsd-13.1/sys/net/ |
| H A D | ifq.h | 449 drbr_empty(struct ifnet *ifp, struct buf_ring *br) in drbr_empty() function
|
| /freebsd-13.1/sys/dev/liquidio/ |
| H A D | lio_core.c | 517 if (!drbr_empty(oct->props.ifp, iq->br)) in lio_msix_intr_handler()
|
| /freebsd-13.1/sys/dev/liquidio/base/ |
| H A D | lio_request_manager.c | 568 if (!drbr_empty(oct->props.ifp, iq->br)) in __lio_check_db_timeout()
|
| /freebsd-13.1/sys/dev/virtio/network/ |
| H A D | if_vtnet.c | 2765 if (!drbr_empty(sc->vtnet_ifp, txq->vtntx_br)) in vtnet_txq_tq_deferred() 2785 if (!drbr_empty(ifp, txq->vtntx_br)) in vtnet_txq_start()
|
| /freebsd-13.1/sys/dev/xen/netfront/ |
| H A D | netfront.c | 641 if (!drbr_empty(ifp, txq->br)) in xn_txq_start()
|
| /freebsd-13.1/sys/dev/mxge/ |
| H A D | if_mxge.c | 2240 && (!drbr_empty(ifp, tx->br))) { in mxge_start_locked() 2273 if (!drbr_empty(ifp, tx->br)) in mxge_transmit_locked()
|
| /freebsd-13.1/share/man/man9/ |
| H A D | Makefile | 1029 drbr.9 drbr_empty.9 \
|
| /freebsd-13.1/sys/dev/oce/ |
| H A D | oce_if.c | 1267 if (!drbr_empty(sc->ifp, wq->br)) in oce_tx_restart()
|
| /freebsd-13.1/sys/dev/cxgb/ |
| H A D | cxgb_sge.c | 234 #define TXQ_RING_EMPTY(qs) drbr_empty((qs)->port->ifp, (qs)->txq[TXQ_ETH].txq_mr)
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | qlnx_os.c | 586 if (!drbr_empty(ifp, fp->tx_br)) { in qlnx_fp_taskqueue()
|
| /freebsd-13.1/sys/dev/bxe/ |
| H A D | bxe.c | 5741 if (!drbr_empty(ifp, tx_br)) { in bxe_tx_mq_start_locked()
|