Home
last modified time | relevance | path

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

/freebsd/sys/dev/bce/
H A Dif_bce.c5299 DBRUN(sc->debug_rx_mbuf_alloc++); in bce_get_rx_buf()
5322 DBRUN(sc->debug_rx_mbuf_alloc--); in bce_get_rx_buf()
5406 DBRUN(sc->debug_pg_mbuf_alloc++); in bce_get_pg_buf()
5422 DBRUN(sc->debug_pg_mbuf_alloc--); in bce_get_pg_buf()
5530 DBRUN(sc->tx_hi_watermark = 0); in bce_init_tx_chain()
5531 DBRUN(sc->tx_full_count = 0); in bce_init_tx_chain()
5591 DBRUN(sc->debug_tx_mbuf_alloc--); in bce_free_tx_chain()
5727 DBRUN(sc->rx_low_watermark = USABLE_RX_BD_ALLOC); in bce_init_rx_chain()
5728 DBRUN(sc->rx_empty_count = 0); in bce_init_rx_chain()
5815 DBRUN(sc->debug_rx_mbuf_alloc--); in bce_free_rx_chain()
[all …]
H A Dif_bcereg.h370 #define DBRUN(args...) \ macro
471 #define DBRUN(args...) macro