Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/libfc/
Dfc_npiv.c99 if (n_port->state == LPORT_ST_READY) { in __fc_vport_setlink()
Dfc_fcp.c794 if (lport->state != LPORT_ST_READY) { in fc_fcp_recv()
1847 return (lport->state == LPORT_ST_READY) && in fc_fcp_lport_queue_ready()
2080 if (lport->state != LPORT_ST_READY && fsp->status_code != FC_COMPLETE) in fc_io_compl()
2114 if (lport->state != LPORT_ST_READY) in fc_eh_abort()
2167 if (lport->state != LPORT_ST_READY) in fc_eh_device_reset()
Dfc_lport.c125 [LPORT_ST_READY] = "Ready",
264 case LPORT_ST_READY: in fc_get_host_port_state()
716 fc_lport_state_enter(lport, LPORT_ST_READY); in fc_lport_enter_ready()
1553 case LPORT_ST_READY: in fc_lport_timeout()
/Linux-v5.4/include/scsi/
Dlibfc.h72 LPORT_ST_READY, enumerator
785 return lport->state == LPORT_ST_READY; in fc_lport_test_ready()
/Linux-v5.4/drivers/scsi/bnx2fc/
Dbnx2fc_io.c698 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_tmf()
859 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()
1872 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-v5.4/drivers/scsi/fnic/
Dfnic_scsi.c483 if (lp->state != LPORT_ST_READY || !(lp->link_up)) in fnic_queuecommand_lck()
1870 if (lp->state != LPORT_ST_READY || !(lp->link_up)) { in fnic_abort_cmd()
2359 if (lp->state != LPORT_ST_READY || !(lp->link_up)) in fnic_device_reset()
2643 if ((lp->state == LPORT_ST_READY) && in fnic_host_reset()
/Linux-v5.4/drivers/scsi/qedf/
Dqedf_io.c1001 if (lport->state != LPORT_ST_READY || in qedf_queuecommand()
1864 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_initiate_abts()
2463 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_initiate_tmf()
Dqedf_els.c44 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_initiate_els()
Dqedf_main.c731 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_eh_abort()
1866 if (vn_port->state == LPORT_ST_READY) in qedf_vport_destroy()
/Linux-v5.4/drivers/scsi/fcoe/
Dfcoe.c2794 if (lport->state != LPORT_ST_READY) in fcoe_set_vport_symbolic_name()