Searched refs:DBRUN (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/pci/ |
| D | if_bnx.c | 938 DBRUN(BNX_INFO, bnx_dump_driver_state(sc)); in bnx_attach() 3961 DBRUN(BNX_VERBOSE_RECV, bnx_dump_rx_mbuf_chain(sc, debug_chain_prod, in bnx_add_buf() 4372 DBRUN(BNX_VERBOSE_RECV, bnx_dump_rx_chain(sc, 0, TOTAL_RX_BD)); in bnx_init_rx_chain() 4498 DBRUN(BNX_VERBOSE_INTR, bnx_dump_status_block(sc)); in bnx_phy_intr() 4591 DBRUN(BNX_VERBOSE_RECV, printf("%s(): ", __func__); in bnx_rx_intr() 4699 DBRUN(BNX_WARN, device_printf(sc->bnx_dev, in bnx_rx_intr() 4727 DBRUN(BNX_VERBOSE_RECV, in bnx_rx_intr() 4882 DBRUN(BNX_INFO_SEND, printf("%s: ", __func__); in bnx_tx_intr() 5223 DBRUN(BNX_INFO_SEND, bnx_dump_tx_chain(sc, debug_prod, map->dm_nsegs)); in bnx_tx_encap() 5247 DBRUN(BNX_VERBOSE_SEND, bnx_dump_tx_mbuf_chain(sc, chain_prod, in bnx_tx_encap() [all …]
|
| D | if_bnxreg.h | 135 #define DBRUN(m, args...) \ macro 175 #define DBRUN(m, ...) __nothing macro
|