Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_bnx.c2491 DBRUNIF((sc->ctx_pages > 512), in bnx_dma_alloc()
3814 DBRUNIF(DB_RANDOMTRUE(bnx_debug_bootcode_running_failure), in bnx_blockinit()
3885 DBRUNIF(1, sc->rx_mbuf_alloc--); in bnx_add_buf()
3904 DBRUNIF((sc->free_rx_bd < sc->rx_low_watermark), in bnx_add_buf()
3906 DBRUNIF((sc->free_rx_bd == sc->max_rx_bd), sc->rx_empty_count++); in bnx_add_buf()
3991 DBRUNIF((*chain_prod > MAX_RX_BD), in bnx_get_buf()
4007 DBRUNIF(DB_RANDOMTRUE(bnx_debug_mbuf_allocation_failure), in bnx_get_buf()
4028 DBRUNIF(1, sc->rx_mbuf_alloc++); in bnx_get_buf()
4031 DBRUNIF(DB_RANDOMTRUE(bnx_debug_mbuf_allocation_failure), in bnx_get_buf()
4051 DBRUNIF(1, sc->rx_mbuf_alloc--); in bnx_get_buf()
[all …]
Dif_bnxreg.h153 #define DBRUNIF(cond, args...) \ macro
178 #define DBRUNIF(cond, ...) __nothing macro