Searched refs:fc_rport_state_enter (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_rport.c | 228 static void fc_rport_state_enter(struct fc_rport_priv *rdata, in fc_rport_state_enter() function 439 fc_rport_state_enter(rdata, RPORT_ST_DELETE); in fc_rport_enter_delete() 486 fc_rport_state_enter(rdata, RPORT_ST_READY); in fc_rport_enter_ready() 699 fc_rport_state_enter(rdata, RPORT_ST_PLOGI_WAIT); in fc_rport_flogi_resp() 731 fc_rport_state_enter(rdata, RPORT_ST_FLOGI); in fc_rport_enter_flogi() 851 fc_rport_state_enter(rdata, RPORT_ST_PLOGI_WAIT); in fc_rport_recv_flogi_req() 957 fc_rport_state_enter(rdata, RPORT_ST_PLOGI_WAIT); in fc_rport_enter_plogi() 964 fc_rport_state_enter(rdata, RPORT_ST_PLOGI); in fc_rport_enter_plogi() 1111 fc_rport_state_enter(rdata, RPORT_ST_PRLI); in fc_rport_enter_prli() 1219 fc_rport_state_enter(rdata, RPORT_ST_RTV); in fc_rport_enter_rtv() [all …]
|