Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/libfc/
Dfc_npiv.c99 if (n_port->state == LPORT_ST_READY) { in __fc_vport_setlink()
Dfc_fcp.c790 if (lport->state != LPORT_ST_READY) { in fc_fcp_recv()
1846 return (lport->state == LPORT_ST_READY) && in fc_fcp_lport_queue_ready()
2076 if (lport->state != LPORT_ST_READY && fsp->status_code != FC_COMPLETE) in fc_io_compl()
2110 if (lport->state != LPORT_ST_READY) in fc_eh_abort()
2163 if (lport->state != LPORT_ST_READY) in fc_eh_device_reset()
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-6.6.21/include/scsi/
Dlibfc.h72 LPORT_ST_READY, enumerator
794 return lport->state == LPORT_ST_READY; in fc_lport_test_ready()
/linux-6.6.21/drivers/scsi/bnx2fc/
Dbnx2fc_io.c696 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_tmf()
857 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_abts()
1138 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()
Dbnx2fc_els.c695 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_els()
/linux-6.6.21/drivers/scsi/fnic/
Dfnic_scsi.c477 if (lp->state != LPORT_ST_READY || !(lp->link_up)) in fnic_queuecommand_lck()
1757 if (lp->state != LPORT_ST_READY || !(lp->link_up)) { in fnic_abort_cmd()
2231 if (lp->state != LPORT_ST_READY || !(lp->link_up)) in fnic_device_reset()
2522 if ((lp->state == LPORT_ST_READY) && in fnic_host_reset()
/linux-6.6.21/drivers/scsi/qedf/
Dqedf_io.c989 if (lport->state != LPORT_ST_READY || in qedf_queuecommand()
1882 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_initiate_abts()
2485 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.c799 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_eh_abort()
1990 if (vn_port->state == LPORT_ST_READY) in qedf_vport_destroy()
/linux-6.6.21/drivers/scsi/fcoe/
Dfcoe.c2780 if (lport->state != LPORT_ST_READY) in fcoe_set_vport_symbolic_name()