module_init
ret = module_init(md, name, value, cnf);
static int module_init(CONF_MODULE *pmod, const char *name, const char *value,
module_init(__CONCAT(__CONCAT(_, _drv), _init)); \
#define postcore_initcall(fn) module_init(fn)
module_init(bnxt_re_mod_init);
SYSINIT(module, SI_SUB_KLD, SI_ORDER_FIRST, module_init, NULL);