Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/libfc/
Dfc_lport.c130 [LPORT_ST_RESET] = "reset",
529 fc_lport_state_enter(lport, LPORT_ST_RESET); in fc_fabric_login()
550 if (lport->state == LPORT_ST_RESET) in __fc_linkup()
768 case LPORT_ST_RESET: in fc_lport_set_local_id()
1037 fc_lport_state_enter(lport, LPORT_ST_RESET); in fc_lport_enter_reset()
1597 case LPORT_ST_RESET: in fc_lport_timeout()
/linux-5.19.10/include/scsi/
Dlibfc.h74 LPORT_ST_RESET enumerator
/linux-5.19.10/drivers/scsi/fcoe/
Dfcoe_ctlr.c3165 WARN_ON(lport->state != LPORT_ST_RESET && in fcoe_ctlr_mode_set()