Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libfc/
Dfc_npiv.c111 if (n_port->state == LPORT_ST_READY) { in __fc_vport_setlink()
Dfc_fcp.c806 if (lport->state != LPORT_ST_READY) { in fc_fcp_recv()
1859 return (lport->state == LPORT_ST_READY) && in fc_fcp_lport_queue_ready()
2095 if (lport->state != LPORT_ST_READY && fsp->status_code != FC_COMPLETE) in fc_io_compl()
2129 if (lport->state != LPORT_ST_READY) in fc_eh_abort()
2182 if (lport->state != LPORT_ST_READY) in fc_eh_device_reset()
Dfc_lport.c137 [LPORT_ST_READY] = "Ready",
276 case LPORT_ST_READY: in fc_get_host_port_state()
728 fc_lport_state_enter(lport, LPORT_ST_READY); in fc_lport_enter_ready()
1565 case LPORT_ST_READY: in fc_lport_timeout()
/Linux-v4.19/include/scsi/
Dlibfc.h84 LPORT_ST_READY, enumerator
797 return lport->state == LPORT_ST_READY; in fc_lport_test_ready()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_io.c698 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_tmf()
858 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_abts()
1139 if ((lport->state != LPORT_ST_READY) || !(lport->link_up)) { in bnx2fc_eh_abort()
1829 if ((lport->state != LPORT_ST_READY) || !(lport->link_up)) { in bnx2fc_queuecommand()
Dbnx2fc_els.c695 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_els()
/Linux-v4.19/drivers/scsi/fnic/
Dfnic_scsi.c490 if (lp->state != LPORT_ST_READY || !(lp->link_up)) in fnic_queuecommand_lck()
1852 if (lp->state != LPORT_ST_READY || !(lp->link_up)) { in fnic_abort_cmd()
2368 if (lp->state != LPORT_ST_READY || !(lp->link_up)) in fnic_device_reset()
2662 if ((lp->state == LPORT_ST_READY) && in fnic_host_reset()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_io.c975 if (lport->state != LPORT_ST_READY || in qedf_queuecommand()
1568 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_initiate_abts()
2058 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_initiate_tmf()
Dqedf_els.c49 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_initiate_els()
Dqedf_main.c634 if ((lport->state != LPORT_ST_READY) || !(lport->link_up)) { in qedf_eh_abort()
1713 if (vn_port->state == LPORT_ST_READY) in qedf_vport_destroy()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c2807 if (lport->state != LPORT_ST_READY) in fcoe_set_vport_symbolic_name()