Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/ibm/emac/
Dmal.c203 MAL_DBG2(mal, "enable_irq" NL); in mal_enable_eob_irq()
215 MAL_DBG2(mal, "disable_irq" NL); in mal_disable_eob_irq()
263 MAL_DBG2(mal, "schedule_poll" NL); in mal_schedule_poll()
269 MAL_DBG2(mal, "already in poll" NL); in mal_schedule_poll()
278 MAL_DBG2(mal, "txeob %08x" NL, r); in mal_txeob()
298 MAL_DBG2(mal, "rxeob %08x" NL, r); in mal_rxeob()
401 MAL_DBG2(mal, "poll(%d)" NL, budget); in mal_poll()
444 MAL_DBG2(mal, "rotting packet" NL); in mal_poll()
456 MAL_DBG2(mal, "poll() %d <- %d" NL, budget, received); in mal_poll()
Ddebug.h45 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) macro
50 # define MAL_DBG2(d,f,x...) ((void)0) macro