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

/linux-master/drivers/net/ethernet/ibm/emac/
H A 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)
H A Dmal.c40 MAL_DBG(mal, "reg(%08x, %08x)" NL,
70 MAL_DBG(mal, "unreg(%08x, %08x)" NL,
87 MAL_DBG(mal, "set_rbcs(%d, %lu)" NL, channel, size);
119 MAL_DBG(mal, "enable_tx(%d)" NL, channel);
131 MAL_DBG(mal, "disable_tx(%d)" NL, channel);
148 MAL_DBG(mal, "enable_rx(%d)" NL, channel);
168 MAL_DBG(mal, "disable_rx(%d)" NL, channel);
177 MAL_DBG(mal, "poll_add(%p)" NL, commac);
193 MAL_DBG(mal, "poll_del(%p)" NL, commac);
227 MAL_DBG(ma
[all...]

Completed in 298 milliseconds