Searched refs:fc_rport_state_enter (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/scsi/libfc/ |
D | fc_rport.c | 250 static void fc_rport_state_enter(struct fc_rport_priv *rdata, in fc_rport_state_enter() function 492 fc_rport_state_enter(rdata, RPORT_ST_DELETE); in fc_rport_enter_delete() 556 fc_rport_state_enter(rdata, RPORT_ST_READY); in fc_rport_enter_ready() 805 fc_rport_state_enter(rdata, RPORT_ST_PLOGI_WAIT); in fc_rport_flogi_resp() 838 fc_rport_state_enter(rdata, RPORT_ST_FLOGI); in fc_rport_enter_flogi() 964 fc_rport_state_enter(rdata, RPORT_ST_PLOGI_WAIT); in fc_rport_recv_flogi_req() 1082 fc_rport_state_enter(rdata, RPORT_ST_PLOGI_WAIT); in fc_rport_enter_plogi() 1089 fc_rport_state_enter(rdata, RPORT_ST_PLOGI); in fc_rport_enter_plogi() 1266 fc_rport_state_enter(rdata, RPORT_ST_PRLI); in fc_rport_enter_prli() 1382 fc_rport_state_enter(rdata, RPORT_ST_RTV); in fc_rport_enter_rtv() [all …]
|