Searched refs:DBGBH (Results 1 – 1 of 1) sorted by relevance
39 #define DBGBH(fmt) if (debug_level >= DEBUG_LEVEL_BH) printk fmt macro543 #ifndef DBGBH544 #define DBGBH(fmt) macro1931 DBGBH(("%s bh receive\n", info->device_name)); in bh_handler()1954 DBGBH(("%s bh status\n", info->device_name)); in bh_handler()1961 DBGBH(("%s unknown action\n", info->device_name)); in bh_handler()1965 DBGBH(("%s bh_handler exit\n", info->device_name)); in bh_handler()1972 DBGBH(("%s bh_transmit\n", info->device_name)); in bh_transmit()4692 DBGBH(("%s rx frame status=%04X size=%d\n", in rx_get_frame()