Home
last modified time | relevance | path

Searched refs:fc_lport_enter_ms (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/scsi/libfc/
Dfc_lport.c120 static void fc_lport_enter_ms(struct fc_lport *, enum fc_lport_state);
195 fc_lport_enter_ms(lport, LPORT_ST_DHBA); in fc_lport_rport_callback()
1233 fc_lport_enter_ms(lport, LPORT_ST_RPA); in fc_lport_ms_resp()
1241 fc_lport_enter_ms(lport, LPORT_ST_RHBA); in fc_lport_ms_resp()
1244 fc_lport_enter_ms(lport, LPORT_ST_DPRT); in fc_lport_ms_resp()
1443 static void fc_lport_enter_ms(struct fc_lport *lport, enum fc_lport_state state) in fc_lport_enter_ms() function
1593 fc_lport_enter_ms(lport, lport->state); in fc_lport_timeout()