Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/libfc/
Dfc_npiv.c111 if (n_port->state == LPORT_ST_READY) { in __fc_vport_setlink()
Dfc_fcp.c767 if (lport->state != LPORT_ST_READY) in fc_fcp_recv()
1794 return (lport->state == LPORT_ST_READY) && in fc_fcp_lport_queue_ready()
2014 if (lport->state != LPORT_ST_READY && fsp->status_code != FC_COMPLETE) in fc_io_compl()
2048 if (lport->state != LPORT_ST_READY) in fc_eh_abort()
2101 if (lport->state != LPORT_ST_READY) in fc_eh_device_reset()
Dfc_lport.c137 [LPORT_ST_READY] = "Ready",
274 case LPORT_ST_READY: in fc_get_host_port_state()
734 fc_lport_state_enter(lport, LPORT_ST_READY); in fc_lport_enter_ready()
1577 case LPORT_ST_READY: in fc_lport_timeout()
/linux-4.4.14/include/scsi/
Dlibfc.h78 LPORT_ST_READY, enumerator
955 return lport->state == LPORT_ST_READY; in fc_lport_test_ready()
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_io.c685 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_tmf()
845 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_abts()
1115 if ((lport->state != LPORT_ST_READY) || !(lport->link_up)) { in bnx2fc_eh_abort()
1798 if ((lport->state != LPORT_ST_READY) || !(lport->link_up)) { in bnx2fc_queuecommand()
Dbnx2fc_els.c687 if (lport->state != LPORT_ST_READY || !(lport->link_up)) { in bnx2fc_initiate_els()
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_scsi.c468 if (lp->state != LPORT_ST_READY || !(lp->link_up)) in fnic_queuecommand_lck()
1798 if (lp->state != LPORT_ST_READY || !(lp->link_up)) { in fnic_abort_cmd()
2265 if (lp->state != LPORT_ST_READY || !(lp->link_up)) in fnic_device_reset()
2547 if ((lp->state == LPORT_ST_READY) && in fnic_host_reset()
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe.c2919 if (lport->state != LPORT_ST_READY) in fcoe_set_vport_symbolic_name()