Searched refs:LPORT_ST_READY (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libfc/
H A Dfc_npiv.c116 if (n_port->state == LPORT_ST_READY) {
H A Dfc_lport.c128 [LPORT_ST_READY] = "Ready",
259 case LPORT_ST_READY:
705 fc_lport_state_enter(lport, LPORT_ST_READY);
1295 case LPORT_ST_READY:
H A Dfc_fcp.c741 if (lport->state != LPORT_ST_READY)
1740 return (lport->state == LPORT_ST_READY) &&
1969 if (lport->state != LPORT_ST_READY && fsp->status_code != FC_COMPLETE) {
1999 if (lport->state != LPORT_ST_READY)
2051 if (lport->state != LPORT_ST_READY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dlibfc.h54 * @LPORT_ST_READY: Ready for use
68 LPORT_ST_READY, enumerator in enum:fc_lport_state
863 return lport->state == LPORT_ST_READY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dfnic_scsi.c373 if (lp->state != LPORT_ST_READY || !(lp->link_up))
1254 if (lp->state != LPORT_ST_READY || !(lp->link_up)) {
1533 if (lp->state != LPORT_ST_READY || !(lp->link_up))
1712 if ((lp->state == LPORT_ST_READY) &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dfcoe.c2680 if (lport->state != LPORT_ST_READY)

Completed in 66 milliseconds