Searched refs:drbr_flush (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/net/ |
H A D | ifq.h | 319 void drbr_flush(struct ifnet *ifp, struct buf_ring *br); 358 drbr_flush(struct ifnet *ifp, struct buf_ring *br) in drbr_flush() function 413 drbr_flush(NULL, br); in drbr_free()
|
H A D | ifq.c | 98 drbr_flush(struct ifnet *ifp, struct buf_ring *br) in drbr_flush() function
|
/freebsd/sys/dev/gve/ |
H A D | gve_tx.c | 919 drbr_flush(ifp, tx->br); in gve_qflush()
|
/freebsd/sys/dev/ena/ |
H A D | ena_datapath.c | 196 drbr_flush(ifp, tx_ring->br); in ena_qflush()
|
H A D | ena.c | 681 drbr_flush(adapter->ifp, tx_ring->br); in ena_setup_tx_resources() 772 drbr_flush(adapter->ifp, tx_ring->br); in ena_free_tx_resources()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1097 drbr.9 drbr_flush.9 \
|
/freebsd/sys/dev/al_eth/ |
H A D | al_eth.c | 2392 drbr_flush(adapter->netdev, tx_ring->br); in al_eth_free_tx_resources()
|
/freebsd/sys/dev/mana/ |
H A D | mana_en.c | 2010 drbr_flush(apc->ndev, txq->txq_br); in mana_deinit_txq()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_sge.c | 235 #define TXQ_RING_FLUSH(qs) drbr_flush((qs)->port->ifp, (qs)->txq[TXQ_ETH].txq_mr)
|