Searched refs:siop_target (Results 1 – 4 of 4) sorted by relevance
335 struct siop_common_target *siop_target = siop_cmd->siop_target; local339 if (siop_target->status == TARST_WIDE_NEG) {343 siop_target->flags &= ~TARF_ISWIDE;347 if (siop_target->flags & TARF_WIDE) {348 siop_target->flags |= TARF_ISWIDE;358 siop_target->flags &= ~TARF_ISWIDE;359 siop_target->status = TARST_OK;360 siop_target->offset = siop_target->period = 0;374 if (siop_target->flags & TARF_SYNC) {375 siop_target->status = TARST_SYNC_NEG;[all …]
281 struct siop_target *target;288 target = (struct siop_target *)sc->sc_c.targets[i];326 struct siop_target *siop_target; local372 siop_target = (struct siop_target *)siop_cmd->cmd_c.siop_target;376 siop_lun = siop_target->siop_lun[lun];384 siop_target = NULL;398 siop_target = NULL;674 siop_target =675 (struct siop_target *)sc->sc_c.targets[target];676 if (siop_target == NULL) {[all …]
90 struct siop_target { struct
83 struct siop_common_target *siop_target; /* pointer to our target def */ member