Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_core.c219 bfa_fsm_state_decl(bfa_iocfc, stopped, struct bfa_iocfc_s, enum iocfc_event);
220 bfa_fsm_state_decl(bfa_iocfc, initing, struct bfa_iocfc_s, enum iocfc_event);
221 bfa_fsm_state_decl(bfa_iocfc, dconf_read, struct bfa_iocfc_s, enum iocfc_event);
223 struct bfa_iocfc_s, enum iocfc_event);
225 struct bfa_iocfc_s, enum iocfc_event);
227 struct bfa_iocfc_s, enum iocfc_event);
229 struct bfa_iocfc_s, enum iocfc_event);
230 bfa_fsm_state_decl(bfa_iocfc, stopping, struct bfa_iocfc_s, enum iocfc_event);
231 bfa_fsm_state_decl(bfa_iocfc, enabling, struct bfa_iocfc_s, enum iocfc_event);
232 bfa_fsm_state_decl(bfa_iocfc, cfg_wait, struct bfa_iocfc_s, enum iocfc_event);
[all …]
Dbfa_modules.h71 struct bfa_iocfc_s iocfc; /* IOCFC module */
Dbfa.h228 struct bfa_iocfc_s { struct
Dbfa_svc.c3727 struct bfa_iocfc_s *iocfc = &bfa->iocfc; in bfa_fcport_is_pbcdisabled()