Home
last modified time | relevance | path

Searched refs:debug_tx_mbuf_alloc (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/bce/
H A Dif_bce.c5613 DBRUN(sc->debug_tx_mbuf_alloc--); in bce_free_tx_chain()
5624 DBRUNIF((sc->debug_tx_mbuf_alloc), in bce_free_tx_chain()
5627 sc->debug_tx_mbuf_alloc)); in bce_free_tx_chain()
6862 DBRUN(sc->debug_tx_mbuf_alloc--); in bce_tx_intr()
7403 DBRUNIF(sc->debug_tx_mbuf_alloc++); in bce_tx_encap()
10728 "mbufs allocated\n", sc->debug_tx_mbuf_alloc); in bce_dump_driver_state()
H A Dif_bcereg.h6638 int debug_tx_mbuf_alloc; member