Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/ibm/emac/
Dmal.c206 MAL_DBG2(mal, "enable_irq" NL); in mal_enable_eob_irq()
218 MAL_DBG2(mal, "disable_irq" NL); in mal_disable_eob_irq()
266 MAL_DBG2(mal, "schedule_poll" NL); in mal_schedule_poll()
272 MAL_DBG2(mal, "already in poll" NL); in mal_schedule_poll()
281 MAL_DBG2(mal, "txeob %08x" NL, r); in mal_txeob()
301 MAL_DBG2(mal, "rxeob %08x" NL, r); in mal_rxeob()
404 MAL_DBG2(mal, "poll(%d)" NL, budget); in mal_poll()
447 MAL_DBG2(mal, "rotting packet" NL); in mal_poll()
460 MAL_DBG2(mal, "poll() %d <- %d" NL, budget, received); in mal_poll()
Ddebug.h73 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) macro
78 # define MAL_DBG2(d,f,x...) ((void)0) macro