Searched refs:MAL_DBG2 (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/ibm/emac/ |
D | mal.c | 201 MAL_DBG2(mal, "enable_irq" NL); in mal_enable_eob_irq() 213 MAL_DBG2(mal, "disable_irq" NL); in mal_disable_eob_irq() 261 MAL_DBG2(mal, "schedule_poll" NL); in mal_schedule_poll() 267 MAL_DBG2(mal, "already in poll" NL); in mal_schedule_poll() 276 MAL_DBG2(mal, "txeob %08x" NL, r); in mal_txeob() 296 MAL_DBG2(mal, "rxeob %08x" NL, r); in mal_rxeob() 399 MAL_DBG2(mal, "poll(%d)" NL, budget); in mal_poll() 442 MAL_DBG2(mal, "rotting packet" NL); in mal_poll() 454 MAL_DBG2(mal, "poll() %d <- %d" NL, budget, received); in mal_poll()
|
D | debug.h | 45 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) macro 50 # define MAL_DBG2(d,f,x...) ((void)0) macro
|