Searched refs:drbr_empty (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/net/ |
H A D | ifq.h | 324 int drbr_empty(struct ifnet *ifp, struct buf_ring *br); 391 drbr_empty(struct ifnet *ifp, struct buf_ring *br) in drbr_empty() function
|
H A D | ifq.c | 153 drbr_empty(struct ifnet *ifp, struct buf_ring *br) in drbr_empty() function
|
/freebsd/sys/dev/ena/ |
H A D | ena_datapath.c | 127 while (!drbr_empty(ifp, tx_ring->br) && tx_ring->running && in ena_deferred_mq_start() 169 is_drbr_empty = drbr_empty(ifp, tx_ring->br); in ena_mq_start() 194 if (!drbr_empty(ifp, tx_ring->br)) { in ena_qflush()
|
/freebsd/sys/dev/gve/ |
H A D | gve_tx.c | 883 is_br_empty = drbr_empty(ifp, tx->br); in gve_xmit_ifp() 917 if (drbr_empty(ifp, tx->br) == 0) { in gve_qflush()
|
/freebsd/sys/dev/liquidio/ |
H A D | lio_core.c | 516 if (!drbr_empty(oct->props.ifp, iq->br)) in lio_msix_intr_handler()
|
/freebsd/sys/dev/liquidio/base/ |
H A D | lio_request_manager.c | 556 if (!drbr_empty(oct->props.ifp, iq->br)) in __lio_check_db_timeout()
|
/freebsd/sys/dev/mana/ |
H A D | mana_en.c | 676 while (!drbr_empty(ndev, txq->txq_br) && apc->port_is_up && in mana_xmit_taskfunc() 849 is_drbr_empty = drbr_empty(ifp, txq->txq_br); in mana_start_xmit()
|
/freebsd/sys/dev/virtio/network/ |
H A D | if_vtnet.c | 2789 if (!drbr_empty(sc->vtnet_ifp, txq->vtntx_br)) in vtnet_txq_tq_deferred() 2809 if (!drbr_empty(ifp, txq->vtntx_br)) in vtnet_txq_start()
|
/freebsd/sys/dev/xen/netfront/ |
H A D | netfront.c | 699 if (!drbr_empty(ifp, txq->br)) in xn_txq_start()
|
/freebsd/sys/dev/mxge/ |
H A D | if_mxge.c | 2222 && (!drbr_empty(ifp, tx->br))) { in mxge_start_locked() 2255 if (!drbr_empty(ifp, tx->br)) in mxge_transmit_locked()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1098 drbr.9 drbr_empty.9 \
|
/freebsd/sys/dev/oce/ |
H A D | oce_if.c | 1261 if (!drbr_empty(sc->ifp, wq->br)) in oce_tx_restart()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_sge.c | 232 #define TXQ_RING_EMPTY(qs) drbr_empty((qs)->port->ifp, (qs)->txq[TXQ_ETH].txq_mr)
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | qlnx_os.c | 549 if (!drbr_empty(ifp, fp->tx_br)) { in qlnx_fp_taskqueue()
|
/freebsd/sys/dev/bxe/ |
H A D | bxe.c | 5722 if (!drbr_empty(ifp, tx_br)) { in bxe_tx_mq_start_locked()
|