Searched refs:bfa_fcs_rport_sm_offline (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_fcs_rport.c | 132 static void bfa_fcs_rport_sm_offline(struct bfa_fcs_rport_s *rport, 169 {BFA_SM(bfa_fcs_rport_sm_offline), BFA_RPORT_OFFLINE}, 242 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogi_sending() 261 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogi_sending() 306 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogiacc_sending() 322 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogiacc_sending() 374 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogi_retry() 393 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogi_retry() 452 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogi() 463 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogi() [all …]
|