Lines Matching defs:target
144 case 0x11: /* Selection time out-The initiator selection or target
149 case 0x12: /* Data overrun/underrun-The target attempted to transfer more data
153 case 0x13: /* Unexpected bus free-The target dropped the SCSI BSY at an unexpected time. */
168 received to service data transfer between the same target LUN
181 phase sequence was requested by the target. The host adapter
397 u8 target = cmd->device->id;
419 target, *cmd->cmnd, i, bufflen);
499 ccb[mbo].idlun = (target & 7) << 5 | direction | (lun & 7); /*SCSI Target Id */
858 u8 target = cmd->device->id;
892 ccb[mbo].idlun = (target & 7) << 5 | (lun & 7); /*SCSI Target Id */
899 * target
905 "Trying device reset for target\n");