Searched refs:__cname (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/stmicro/stmmac/ |
D | hwif.h | 11 #define stmmac_do_void_callback(__priv, __module, __cname, __arg0, __args...) \ argument 14 if ((__priv)->hw->__module && (__priv)->hw->__module->__cname) { \ 15 (__priv)->hw->__module->__cname((__arg0), ##__args); \ 20 #define stmmac_do_callback(__priv, __module, __cname, __arg0, __args...) \ argument 23 if ((__priv)->hw->__module && (__priv)->hw->__module->__cname) \ 24 __result = (__priv)->hw->__module->__cname((__arg0), ##__args); \
|