Home
last modified time | relevance | path

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

/linux/drivers/scsi/libfc/
H A Dfc_npiv.c99 if (n_port->state == LPORT_ST_READY) { in __fc_vport_setlink()
H A Dfc_lport.c128 [LPORT_ST_READY] = "Ready",
273 case LPORT_ST_READY: in fc_get_host_port_state()
725 fc_lport_state_enter(lport, LPORT_ST_READY); in fc_lport_enter_ready()
1601 case LPORT_ST_READY: in fc_lport_timeout()
/linux/include/scsi/
H A Dlibfc.h58 * @LPORT_ST_READY: Ready for use
77 LPORT_ST_READY, enumerator
802 return lport->state == LPORT_ST_READY; in fc_lport_test_ready()
/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c692 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_tmf()
853 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_abts()
1141 if ((lport->state != LPORT_ST_READY) || !(lport->link_up)) { in bnx2fc_eh_abort()
1857 if ((lport->state != LPORT_ST_READY) || !(lport->link_up)) { in bnx2fc_queuecommand()
H A Dbnx2fc_els.c695 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_els()
/linux/drivers/scsi/qedf/
H A Dqedf_io.c993 if (lport->state != LPORT_ST_READY || in qedf_queuecommand()
1882 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_initiate_abts()
2451 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_initiate_tmf()
H A Dqedf_els.c44 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_initiate_els()
/linux/drivers/scsi/fcoe/
H A Dfcoe.c2760 if (lport->state != LPORT_ST_READY) in fcoe_set_vport_symbolic_name()