Home
last modified time | relevance | path

Searched refs:bfa_iocfc_s (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/scsi/bfa/
Dbfa_core.c211 bfa_fsm_state_decl(bfa_iocfc, stopped, struct bfa_iocfc_s, enum iocfc_event);
212 bfa_fsm_state_decl(bfa_iocfc, initing, struct bfa_iocfc_s, enum iocfc_event);
213 bfa_fsm_state_decl(bfa_iocfc, dconf_read, struct bfa_iocfc_s, enum iocfc_event);
215 struct bfa_iocfc_s, enum iocfc_event);
217 struct bfa_iocfc_s, enum iocfc_event);
219 struct bfa_iocfc_s, enum iocfc_event);
221 struct bfa_iocfc_s, enum iocfc_event);
222 bfa_fsm_state_decl(bfa_iocfc, stopping, struct bfa_iocfc_s, enum iocfc_event);
223 bfa_fsm_state_decl(bfa_iocfc, enabling, struct bfa_iocfc_s, enum iocfc_event);
224 bfa_fsm_state_decl(bfa_iocfc, cfg_wait, struct bfa_iocfc_s, enum iocfc_event);
[all …]
Dbfa_modules.h63 struct bfa_iocfc_s iocfc; /* IOCFC module */
Dbfa.h219 struct bfa_iocfc_s { struct
Dbfa_svc.c3713 struct bfa_iocfc_s *iocfc = &bfa->iocfc; in bfa_fcport_is_pbcdisabled()