Searched refs:bfa_fcs_rport_sm_uninit (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_fcs_rport.c | 89 static void bfa_fcs_rport_sm_uninit(struct bfa_fcs_rport_s *rport, 147 {BFA_SM(bfa_fcs_rport_sm_uninit), BFA_RPORT_UNINIT}, 178 bfa_fcs_rport_sm_uninit(struct bfa_fcs_rport_s *rport, enum rport_event event) in bfa_fcs_rport_sm_uninit() function 229 bfa_sm_set_state(rport, bfa_fcs_rport_sm_uninit); in bfa_fcs_rport_sm_plogi_sending() 291 bfa_sm_set_state(rport, bfa_fcs_rport_sm_uninit); in bfa_fcs_rport_sm_plogiacc_sending() 357 bfa_sm_set_state(rport, bfa_fcs_rport_sm_uninit); in bfa_fcs_rport_sm_plogi_retry() 503 bfa_sm_set_state(rport, bfa_fcs_rport_sm_uninit); in bfa_fcs_rport_sm_plogi() 1185 bfa_sm_set_state(rport, bfa_fcs_rport_sm_uninit); in bfa_fcs_rport_sm_hcb_offline() 1336 bfa_sm_set_state(rport, bfa_fcs_rport_sm_uninit); in bfa_fcs_rport_sm_logo_sending() 1352 bfa_sm_set_state(rport, bfa_fcs_rport_sm_uninit); in bfa_fcs_rport_sm_logo_sending() [all …]
|