Lines Matching defs:f
60 # define DBG(d,f,x...) EMAC_DBG(d, emac, f, ##x) argument
61 # define MAL_DBG(d,f,x...) EMAC_DBG(d, mal, f, ##x) argument
62 # define ZMII_DBG(d,f,x...) EMAC_DBG(d, zmii, f, ##x) argument
63 # define RGMII_DBG(d,f,x...) EMAC_DBG(d, rgmii, f, ##x) argument
66 # define DBG(f,x...) ((void)0) argument
67 # define MAL_DBG(d,f,x...) ((void)0) argument
68 # define ZMII_DBG(d,f,x...) ((void)0) argument
69 # define RGMII_DBG(d,f,x...) ((void)0) argument
72 # define DBG2(d,f,x...) DBG(d,f, ##x) argument
73 # define MAL_DBG2(d,f,x...) MAL_DBG(d,f, ##x) argument
74 # define ZMII_DBG2(d,f,x...) ZMII_DBG(d,f, ##x) argument
75 # define RGMII_DBG2(d,f,x...) RGMII_DBG(d,f, ##x) argument
77 # define DBG2(f,x...) ((void)0) argument
78 # define MAL_DBG2(d,f,x...) ((void)0) argument
79 # define ZMII_DBG2(d,f,x...) ((void)0) argument
80 # define RGMII_DBG2(d,f,x...) ((void)0) argument