Searched refs:MAL_DBG2 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/ |
H A 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()
|
H A 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
|
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/ |
H A 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
|
H A D | mal.c | 203 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()
|
Completed in 3 milliseconds