Searched defs:iocfc (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/bfa/
H A Dbfa_modules.h115 struct bfa_iocfc_s iocfc; /* IOCFC module */ member in struct:bfa_s
H A Dbfa_core.c242 bfa_iocfc_sm_stopped_entry(struct bfa_iocfc_s *iocfc) argument
247 bfa_iocfc_sm_stopped(struct bfa_iocfc_s *iocfc, enum iocfc_event event) argument
249 bfa_trc(iocfc->bfa, event);
254 bfa_fsm_set_state(iocfc, bfa_iocfc_sm_initing);
257 bfa_sm_fault(iocfc->bfa, event);
263 bfa_iocfc_sm_initing_entry(struct bfa_iocfc_s *iocfc) argument
265 bfa_ioc_enable(&iocfc->bfa->ioc);
269 bfa_iocfc_sm_initing(struct bfa_iocfc_s *iocfc, enum iocfc_event event) argument
271 bfa_trc(iocfc->bfa, event);
275 bfa_fsm_set_state(iocfc, bfa_iocfc_sm_dconf_rea
287 bfa_iocfc_sm_dconf_read_entry(struct bfa_iocfc_s *iocfc) argument
293 bfa_iocfc_sm_dconf_read(struct bfa_iocfc_s *iocfc, enum iocfc_event event) argument
311 bfa_iocfc_sm_init_cfg_wait_entry(struct bfa_iocfc_s *iocfc) argument
317 bfa_iocfc_sm_init_cfg_wait(struct bfa_iocfc_s *iocfc, enum iocfc_event event) argument
335 bfa_iocfc_sm_init_cfg_done_entry(struct bfa_iocfc_s *iocfc) argument
343 bfa_iocfc_sm_init_cfg_done(struct bfa_iocfc_s *iocfc, enum iocfc_event event) argument
367 bfa_iocfc_sm_operational_entry(struct bfa_iocfc_s *iocfc) argument
374 bfa_iocfc_sm_operational(struct bfa_iocfc_s *iocfc, enum iocfc_event event) argument
395 bfa_iocfc_sm_dconf_write_entry(struct bfa_iocfc_s *iocfc) argument
401 bfa_iocfc_sm_dconf_write(struct bfa_iocfc_s *iocfc, enum iocfc_event event) argument
417 bfa_iocfc_sm_stopping_entry(struct bfa_iocfc_s *iocfc) argument
423 bfa_iocfc_sm_stopping(struct bfa_iocfc_s *iocfc, enum iocfc_event event) argument
443 bfa_iocfc_sm_enabling_entry(struct bfa_iocfc_s *iocfc) argument
449 bfa_iocfc_sm_enabling(struct bfa_iocfc_s *iocfc, enum iocfc_event event) argument
475 bfa_iocfc_sm_cfg_wait_entry(struct bfa_iocfc_s *iocfc) argument
481 bfa_iocfc_sm_cfg_wait(struct bfa_iocfc_s *iocfc, enum iocfc_event event) argument
513 bfa_iocfc_sm_disabling_entry(struct bfa_iocfc_s *iocfc) argument
519 bfa_iocfc_sm_disabling(struct bfa_iocfc_s *iocfc, enum iocfc_event event) argument
534 bfa_iocfc_sm_disabled_entry(struct bfa_iocfc_s *iocfc) argument
544 bfa_iocfc_sm_disabled(struct bfa_iocfc_s *iocfc, enum iocfc_event event) argument
562 bfa_iocfc_sm_failed_entry(struct bfa_iocfc_s *iocfc) argument
569 bfa_iocfc_sm_failed(struct bfa_iocfc_s *iocfc, enum iocfc_event event) argument
592 bfa_iocfc_sm_init_failed_entry(struct bfa_iocfc_s *iocfc) argument
601 bfa_iocfc_sm_init_failed(struct bfa_iocfc_s *iocfc, enum iocfc_event event) argument
907 struct bfa_iocfc_s *iocfc = &bfa->iocfc; local
971 struct bfa_iocfc_s *iocfc = &bfa->iocfc; local
1026 struct bfa_iocfc_s *iocfc = &bfa->iocfc; local
1204 struct bfa_iocfc_s *iocfc = &bfa->iocfc; local
1257 struct bfa_iocfc_s *iocfc = &bfa->iocfc; local
1294 struct bfa_iocfc_s *iocfc = &bfa->iocfc; local
1323 bfa_faa_query_reply(struct bfa_iocfc_s *iocfc, bfi_faa_query_rsp_t *rsp) argument
1506 struct bfa_iocfc_s *iocfc = &bfa->iocfc; local
1534 struct bfa_iocfc_s *iocfc = &bfa->iocfc; local
1552 struct bfa_iocfc_s *iocfc = &bfa->iocfc; local
1582 struct bfa_iocfc_s *iocfc = &bfa->iocfc; local
1622 struct bfa_iocfc_s *iocfc = &bfa->iocfc; local
1642 struct bfa_iocfc_s *iocfc = &bfa->iocfc; local
[all...]
H A Dbfa_svc.c3552 struct bfa_iocfc_s *iocfc = &bfa->iocfc; local
3553 struct bfi_iocfc_cfgrsp_s *cfgrsp = iocfc->cfgrsp;

Completed in 151 milliseconds