Searched refs:bfa_fcs_rport_sm_offline (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_fcs_rport.c | 131 static void bfa_fcs_rport_sm_offline(struct bfa_fcs_rport_s *rport, 168 {BFA_SM(bfa_fcs_rport_sm_offline), BFA_RPORT_OFFLINE}, 241 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogi_sending() 260 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogi_sending() 305 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogiacc_sending() 321 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogiacc_sending() 373 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogi_retry() 392 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogi_retry() 451 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogi() 462 bfa_sm_set_state(rport, bfa_fcs_rport_sm_offline); in bfa_fcs_rport_sm_plogi() [all …]
|