Lines Matching refs:target
99 * mptspi_setTargetNegoParms - Update the target negotiation parameters
101 * @target: per target private data
104 * Update the target negotiation parameters based on the Inquiry
108 mptspi_setTargetNegoParms(MPT_SCSI_HOST *hd, VirtTarget *target,
113 int id = (int) target->id;
121 target->negoFlags = pspi_data->noQas;
127 target->tflags &= ~MPT_TARGET_FLAGS_Q_YES;
151 target->negoFlags |= MPT_TAPE_NEGO_IDP;
162 if (target->raidVolume == 1)
171 target->tflags &= ~MPT_TARGET_FLAGS_Q_YES;
207 /* Save the data to the target structure.
209 target->minSyncFactor = factor;
210 target->maxOffset = offset;
211 target->maxWidth = width;
217 target->tflags |= MPT_TARGET_FLAGS_VALID_NEGO;
222 target->negoFlags |= MPT_TARGET_NO_NEGO_WIDE;
225 target->negoFlags |= MPT_TARGET_NO_NEGO_SYNC;
232 target->negoFlags |= MPT_TARGET_NO_NEGO_QAS;
317 * @vtarget: per target private data
323 * Allocate and initialize memory for this target.
366 * mptspi_is_raid - Determines whether target is belonging to volume
368 * @id: target device id
466 * @starget: SCSI target
491 * @starget: SCSI target
1137 * starget->id is the actual target address */
1253 * renegotiate for a given target
1436 * only scans target IDs 0-7!