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