Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_bnx.c3833 DBRUN(BNX_VERBOSE_RECV, bnx_dump_rx_mbuf_chain(sc, debug_chain_prod, in bnx_add_buf()
3859 DBPRINT(sc, (BNX_VERBOSE_RESET | BNX_VERBOSE_RECV), "Entering %s()\n", in bnx_get_buf()
3868 DBPRINT(sc, BNX_VERBOSE_RECV, "%s(enter): prod = 0x%04X, chain_prod = " in bnx_get_buf()
3935 DBPRINT(sc, BNX_VERBOSE_RECV, "%s(exit): prod = 0x%04X, chain_prod " in bnx_get_buf()
3939 DBPRINT(sc, (BNX_VERBOSE_RESET | BNX_VERBOSE_RECV), "Exiting %s()\n", in bnx_get_buf()
4282 DBRUN(BNX_VERBOSE_RECV, bnx_dump_rx_chain(sc, 0, TOTAL_RX_BD)); in bnx_init_rx_chain()
4446 DBRUN(BNX_VERBOSE_RECV, aprint_error("%s(): ", __func__); in bnx_rx_intr()
4582 DBRUN(BNX_VERBOSE_RECV, in bnx_rx_intr()
4648 DBPRINT(sc, BNX_VERBOSE_RECV, in bnx_rx_intr()
H A Dif_bnxreg.h92 #define BNX_VERBOSE_RECV (BNX_CP_RECV | BNX_LEVEL_VERBOSE) macro