LPFC_FDISC
case LPFC_FDISC:
if (vport->port_state != LPFC_FDISC)
vport->port_state = LPFC_FDISC;
if ((phba->pport == vport) || (vport->port_state == LPFC_FDISC)) {
case LPFC_FDISC:
if ((vport != phba->pport) && (vport->port_state < LPFC_FDISC)
vports[i]->port_state > LPFC_FDISC) {
vport->port_state = LPFC_FDISC;
if (vport->port_state <= LPFC_FDISC ||
vports[i]->port_state > LPFC_FDISC) {
vport->port_state = LPFC_FDISC;