SCIC_SDS_DUMMY_PORT
sci_port_construct(&ihost->ports[i], SCIC_SDS_DUMMY_PORT, ihost);
if (iport->physical_port_index == SCIC_SDS_DUMMY_PORT)
if (!iport || iport->logical_port_index == SCIC_SDS_DUMMY_PORT)
iport->logical_port_index = SCIC_SDS_DUMMY_PORT;
if ((iport->logical_port_index != SCIC_SDS_DUMMY_PORT) &&
if (i == SCIC_SDS_DUMMY_PORT)