Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_npiv.c99 if (n_port->state == LPORT_ST_READY) { in __fc_vport_setlink()
H A 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()
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()
/openbmc/linux/include/scsi/
H A Dlibfc.h72 LPORT_ST_READY, enumerator
794 return lport->state == LPORT_ST_READY; in fc_lport_test_ready()
/openbmc/linux/drivers/scsi/bnx2fc/
H A 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()
H A Dbnx2fc_els.c695 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_els()
/openbmc/linux/drivers/scsi/fnic/
H A 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()
/openbmc/linux/drivers/scsi/qedf/
H A 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()
H A Dqedf_els.c44 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_initiate_els()
H A Dqedf_main.c806 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in qedf_eh_abort()
2000 if (vn_port->state == LPORT_ST_READY) in qedf_vport_destroy()
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c2780 if (lport->state != LPORT_ST_READY) in fcoe_set_vport_symbolic_name()