Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bce/
Dif_bce.c5400 DBRUN(sc->debug_rx_mbuf_alloc++); in bce_get_rx_buf()
5423 DBRUN(sc->debug_rx_mbuf_alloc--); in bce_get_rx_buf()
5924 DBRUN(sc->debug_rx_mbuf_alloc--); in bce_free_rx_chain()
5937 DBRUNIF((sc->debug_rx_mbuf_alloc), in bce_free_rx_chain()
5939 __FUNCTION__, sc->debug_rx_mbuf_alloc)); in bce_free_rx_chain()
6577 DBRUN(sc->debug_rx_mbuf_alloc--); in bce_rx_intr()
10920 "mbufs allocated\n", sc->debug_rx_mbuf_alloc); in bce_dump_driver_state()
Dif_bcereg.h6756 int debug_rx_mbuf_alloc; member