Searched refs:bfa_iocfc_s (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_core.c | 219 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 …]
|
D | bfa_modules.h | 71 struct bfa_iocfc_s iocfc; /* IOCFC module */
|
D | bfa.h | 228 struct bfa_iocfc_s { struct
|
D | bfa_svc.c | 3727 struct bfa_iocfc_s *iocfc = &bfa->iocfc; in bfa_fcport_is_pbcdisabled()
|