Lines Matching refs:mod
74 struct bfa_fcs_mod_s *mod; in bfa_fcs_attach() local
85 mod = &fcs_modules[i]; in bfa_fcs_attach()
86 if (mod->attach) in bfa_fcs_attach()
87 mod->attach(fcs); in bfa_fcs_attach()
98 struct bfa_fcs_mod_s *mod; in bfa_fcs_init() local
101 mod = &fcs_modules[i]; in bfa_fcs_init()
102 if (mod->modinit) in bfa_fcs_init()
103 mod->modinit(fcs); in bfa_fcs_init()
182 struct bfa_fcs_mod_s *mod; in bfa_fcs_exit() local
191 mod = &fcs_modules[i]; in bfa_fcs_exit()
192 if (mod->modexit) { in bfa_fcs_exit()
194 mod->modexit(fcs); in bfa_fcs_exit()