Searched refs:__module (Results 1 – 1 of 1) sorted by relevance
| /drivers/net/ethernet/stmicro/stmmac/ |
| A D | hwif.h | 12 #define stmmac_do_void_callback(__priv, __module, __cname, __arg0, __args...) \ argument 15 if ((__priv)->hw->__module && (__priv)->hw->__module->__cname) { \ 16 (__priv)->hw->__module->__cname((__arg0), ##__args); \ 21 #define stmmac_do_callback(__priv, __module, __cname, __arg0, __args...) \ argument 24 if ((__priv)->hw->__module && (__priv)->hw->__module->__cname) \ 25 __result = (__priv)->hw->__module->__cname((__arg0), ##__args); \
|
Completed in 9 milliseconds