Searched refs:MAL_DBG (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/ibm/emac/ |
| D | mal.c | 43 MAL_DBG(mal, "reg(%08x, %08x)" NL, in mal_register_commac() 73 MAL_DBG(mal, "unreg(%08x, %08x)" NL, in mal_unregister_commac() 90 MAL_DBG(mal, "set_rbcs(%d, %lu)" NL, channel, size); in mal_set_rcbs() 122 MAL_DBG(mal, "enable_tx(%d)" NL, channel); in mal_enable_tx_channel() 134 MAL_DBG(mal, "disable_tx(%d)" NL, channel); in mal_disable_tx_channel() 151 MAL_DBG(mal, "enable_rx(%d)" NL, channel); in mal_enable_rx_channel() 171 MAL_DBG(mal, "disable_rx(%d)" NL, channel); in mal_disable_rx_channel() 180 MAL_DBG(mal, "poll_add(%p)" NL, commac); in mal_poll_add() 196 MAL_DBG(mal, "poll_del(%p)" NL, commac); in mal_poll_del() 230 MAL_DBG(mal, "SERR %08x" NL, esr); in mal_serr() [all …]
|
| D | debug.h | 61 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) macro 67 # define MAL_DBG(d,f,x...) ((void)0) macro 73 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x)
|