Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/ibm/emac/
Dmal.c38 MAL_DBG(mal, "reg(%08x, %08x)" NL, in mal_register_commac()
68 MAL_DBG(mal, "unreg(%08x, %08x)" NL, in mal_unregister_commac()
85 MAL_DBG(mal, "set_rbcs(%d, %lu)" NL, channel, size); in mal_set_rcbs()
117 MAL_DBG(mal, "enable_tx(%d)" NL, channel); in mal_enable_tx_channel()
129 MAL_DBG(mal, "disable_tx(%d)" NL, channel); in mal_disable_tx_channel()
146 MAL_DBG(mal, "enable_rx(%d)" NL, channel); in mal_enable_rx_channel()
166 MAL_DBG(mal, "disable_rx(%d)" NL, channel); in mal_disable_rx_channel()
175 MAL_DBG(mal, "poll_add(%p)" NL, commac); in mal_poll_add()
191 MAL_DBG(mal, "poll_del(%p)" NL, commac); in mal_poll_del()
225 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)