Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/libfc/
Dfc_npiv.c99 if (n_port->state == LPORT_ST_READY) { in __fc_vport_setlink()
Dfc_fcp.c795 if (lport->state != LPORT_ST_READY) { in fc_fcp_recv()
1850 return (lport->state == LPORT_ST_READY) && in fc_fcp_lport_queue_ready()
2083 if (lport->state != LPORT_ST_READY && fsp->status_code != FC_COMPLETE) in fc_io_compl()
2117 if (lport->state != LPORT_ST_READY) in fc_eh_abort()
2170 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()
1555 case LPORT_ST_READY: in fc_lport_timeout()
/kernel/linux/linux-5.10/include/scsi/
Dlibfc.h72 LPORT_ST_READY, enumerator
785 return lport->state == LPORT_ST_READY; in fc_lport_test_ready()
/kernel/linux/linux-5.10/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()
1140 if ((lport->state != LPORT_ST_READY) || !(lport->link_up)) { in bnx2fc_eh_abort()
1860 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()
/kernel/linux/linux-5.10/drivers/scsi/fnic/
Dfnic_scsi.c487 if (lp->state != LPORT_ST_READY || !(lp->link_up)) in fnic_queuecommand_lck()
1874 if (lp->state != LPORT_ST_READY || !(lp->link_up)) { in fnic_abort_cmd()
2363 if (lp->state != LPORT_ST_READY || !(lp->link_up)) in fnic_device_reset()
2647 if ((lp->state == LPORT_ST_READY) && in fnic_host_reset()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_io.c995 if (lport->state != LPORT_ST_READY || in qedf_queuecommand()
1902 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_initiate_abts()
2498 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.c798 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_eh_abort()
1963 if (vn_port->state == LPORT_ST_READY) in qedf_vport_destroy()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
Dfcoe.c2792 if (lport->state != LPORT_ST_READY) in fcoe_set_vport_symbolic_name()