Searched refs:fc_rport_state_enter (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/scsi/libfc/ |
D | fc_rport.c | 242 static void fc_rport_state_enter(struct fc_rport_priv *rdata, in fc_rport_state_enter() function 484 fc_rport_state_enter(rdata, RPORT_ST_DELETE); in fc_rport_enter_delete() 549 fc_rport_state_enter(rdata, RPORT_ST_READY); in fc_rport_enter_ready() 800 fc_rport_state_enter(rdata, RPORT_ST_PLOGI_WAIT); in fc_rport_flogi_resp() 833 fc_rport_state_enter(rdata, RPORT_ST_FLOGI); in fc_rport_enter_flogi() 957 fc_rport_state_enter(rdata, RPORT_ST_PLOGI_WAIT); in fc_rport_recv_flogi_req() 1078 fc_rport_state_enter(rdata, RPORT_ST_PLOGI_WAIT); in fc_rport_enter_plogi() 1085 fc_rport_state_enter(rdata, RPORT_ST_PLOGI); in fc_rport_enter_plogi() 1278 fc_rport_state_enter(rdata, RPORT_ST_PRLI); in fc_rport_enter_prli() 1394 fc_rport_state_enter(rdata, RPORT_ST_RTV); in fc_rport_enter_rtv() [all …]
|