Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/ibm/emac/
Dmal.c40 MAL_DBG(mal, "reg(%08x, %08x)" NL, in mal_register_commac()
70 MAL_DBG(mal, "unreg(%08x, %08x)" NL, in mal_unregister_commac()
87 MAL_DBG(mal, "set_rbcs(%d, %lu)" NL, channel, size); in mal_set_rcbs()
119 MAL_DBG(mal, "enable_tx(%d)" NL, channel); in mal_enable_tx_channel()
131 MAL_DBG(mal, "disable_tx(%d)" NL, channel); in mal_disable_tx_channel()
148 MAL_DBG(mal, "enable_rx(%d)" NL, channel); in mal_enable_rx_channel()
168 MAL_DBG(mal, "disable_rx(%d)" NL, channel); in mal_disable_rx_channel()
177 MAL_DBG(mal, "poll_add(%p)" NL, commac); in mal_poll_add()
193 MAL_DBG(mal, "poll_del(%p)" NL, commac); in mal_poll_del()
227 MAL_DBG(mal, "SERR %08x" NL, esr); in mal_serr()
[all …]
Ddebug.h33 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) macro
39 # define MAL_DBG(d,f,x...) ((void)0) macro
45 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x)