tag | line | file | source code |
lun | 880 | drivers/scsi/NCR5380.c | if (!(hostdata->busy[tmp->target] & (1 << tmp->lun))) { |
lun | 898 | drivers/scsi/NCR5380.c | instance->host_no, tmp->target, tmp->lun); |
lun | 1257 | drivers/scsi/NCR5380.c | tmp[0] = IDENTIFY(((instance->irq == IRQ_NONE) ? 0 : 1), cmd->lun); |
lun | 1293 | drivers/scsi/NCR5380.c | hostdata->busy[cmd->target] |= (1 << cmd->lun); |
lun | 1813 | drivers/scsi/NCR5380.c | instance->host_no, cmd->target, cmd->lun); |
lun | 1854 | drivers/scsi/NCR5380.c | instance->host_no, cmd->target, cmd->lun); |
lun | 1864 | drivers/scsi/NCR5380.c | instance->host_no, cmd->target, cmd->lun); |
lun | 1877 | drivers/scsi/NCR5380.c | instance->host_no, cmd->target, cmd->lun); |
lun | 1888 | drivers/scsi/NCR5380.c | instance->host_no, cmd->target, cmd->lun); |
lun | 1890 | drivers/scsi/NCR5380.c | hostdata->busy[cmd->target] &= ~(1 << cmd->lun); |
lun | 1955 | drivers/scsi/NCR5380.c | hostdata->busy[cmd->target] |= (1 << cmd->lun); |
lun | 1971 | drivers/scsi/NCR5380.c | cmd->target, cmd->lun); |
lun | 2019 | drivers/scsi/NCR5380.c | hostdata->busy[cmd->target] &= ~(1 << cmd->lun); |
lun | 2097 | drivers/scsi/NCR5380.c | unsigned char lun, phase; |
lun | 2166 | drivers/scsi/NCR5380.c | lun = (msg[0] & 0x07); |
lun | 2175 | drivers/scsi/NCR5380.c | if ((target_mask == (1 << tmp->target)) && (lun == tmp->lun) |
lun | 2191 | drivers/scsi/NCR5380.c | instance->host_no, target_mask, lun, tag); |
lun | 2194 | drivers/scsi/NCR5380.c | instance->host_no, target_mask, lun); |
lun | 2215 | drivers/scsi/NCR5380.c | instance->host_no, cmd->target, cmd->lun, cmd->tag); |
lun | 380 | drivers/scsi/aha152x.c | static inline Scsi_Cmnd *remove_SC( Scsi_Cmnd **SC, int target, int lun ) |
lun | 385 | drivers/scsi/aha152x.c | ptr && ((ptr->target!=target) || (ptr->lun!=lun)); |
lun | 713 | drivers/scsi/aha152x.c | SCpnt->lun, |
lun | 1353 | drivers/scsi/aha152x.c | message=IDENTIFY(can_disconnect,current_SC->lun); |
lun | 1356 | drivers/scsi/aha152x.c | can_disconnect ? "enabled" : "disabled", current_SC->lun); |
lun | 1387 | drivers/scsi/aha152x.c | if(message==IDENTIFY(can_disconnect,current_SC->lun)) |
lun | 2296 | drivers/scsi/aha152x.c | (unsigned int) ptr, ptr->target, ptr->lun); |
lun | 417 | drivers/scsi/aha1542.c | unchar lun = SCpnt->lun; |
lun | 548 | drivers/scsi/aha1542.c | ccb[mbo].idlun = (target&7)<<5 | direction | (lun & 7); /*SCSI Target Id*/ |
lun | 341 | drivers/scsi/aha1740.c | ecb[ecbno].lun = SCpnt->lun; |
lun | 119 | drivers/scsi/aha1740.h | ushort lun:3, /* Logical Unit */ |
lun | 678 | drivers/scsi/fdomain.c | SCinit.lun = 0; |
lun | 197 | drivers/scsi/scsi.c | int dev, lun, type; |
lun | 204 | drivers/scsi/scsi.c | lun = 0; |
lun | 219 | drivers/scsi/scsi.c | for (lun = 0; lun < 1; ++lun) |
lun | 221 | drivers/scsi/scsi.c | for (lun = 0; lun < 8; ++lun) |
lun | 226 | drivers/scsi/scsi.c | scsi_devices[NR_SCSI_DEVICES].lun = lun; |
lun | 236 | drivers/scsi/scsi.c | scsi_cmd[1] = lun << 5; |
lun | 242 | drivers/scsi/scsi.c | SCmd.lun = lun; |
lun | 258 | drivers/scsi/scsi.c | printk("scsi: scan SCSIS id %d lun %d\n", dev, lun); |
lun | 285 | drivers/scsi/scsi.c | scsi_cmd[1] = (lun << 5) & 0xe0; |
lun | 363 | drivers/scsi/scsi.c | shpnt->host_no , dev, lun); |
lun | 368 | drivers/scsi/scsi.c | shpnt->host_no , dev, lun); |
lun | 374 | drivers/scsi/scsi.c | shpnt->host_no , dev, lun); |
lun | 440 | drivers/scsi/scsi.c | scsi_cmd[1] = (lun << 5) & 0xe0; |
lun | 548 | drivers/scsi/scsi.c | SCpnt->lun == scsi_devices[index].lun) |
lun | 633 | drivers/scsi/scsi.c | SCpnt->lun == scsi_devices[index].lun) { |
lun | 651 | drivers/scsi/scsi.c | index, scsi_devices[index].id ,scsi_devices[index].lun); |
lun | 779 | drivers/scsi/scsi.c | SCpnt->cmnd[1] = SCpnt->lun << 5; |
lun | 858 | drivers/scsi/scsi.c | SCpnt->lun = (SCpnt->data_cmnd[1] >> 5); |
lun | 1027 | drivers/scsi/scsi.c | SCpnt->host->host_no, SCpnt->target, SCpnt->lun); |
lun | 1621 | drivers/scsi/scsi.c | SCpnt->lun = scsi_devices[i].lun; |
lun | 105 | drivers/scsi/scsi.h | #define IDENTIFY(can_disconnect, lun) (IDENTIFY_BASE |\ |
lun | 107 | drivers/scsi/scsi.h | ((lun) & 0x07)) |
lun | 261 | drivers/scsi/scsi.h | unsigned char id, lun, index; |
lun | 343 | drivers/scsi/scsi.h | unsigned char target, lun, index; |
lun | 174 | drivers/scsi/scsi_debug.c | if(target>=1 || SCpnt->lun != 0) { |
lun | 127 | drivers/scsi/scsi_ioctl.c | dev->lun, |
lun | 174 | drivers/scsi/scsi_ioctl.c | cmd[1] = ( cmd[1] & 0x1f ) | (dev->lun << 5); |
lun | 245 | drivers/scsi/scsi_ioctl.c | put_fs_long(dev->id + (dev->lun << 8) + |
lun | 268 | drivers/scsi/scsi_ioctl.c | scsi_cmd[1] = dev->lun << 5; |
lun | 276 | drivers/scsi/scsi_ioctl.c | scsi_cmd[1] = dev->lun << 5; |
lun | 282 | drivers/scsi/scsi_ioctl.c | scsi_cmd[1] = dev->lun << 5; |
lun | 299 | drivers/scsi/sd.c | rscsi_disks[DEVICE_NR(SCpnt->request.dev)].device->lun, result); |
lun | 679 | drivers/scsi/sd.c | cmd[1] = (SCpnt->lun << 5) & 0xe0; |
lun | 805 | drivers/scsi/sd.c | cmd[1] = (rscsi_disks[i].device->lun << 5) & 0xe0; |
lun | 828 | drivers/scsi/sd.c | cmd[1] = (rscsi_disks[i].device->lun << 5) & 0xe0; |
lun | 863 | drivers/scsi/sd.c | cmd[1] = (rscsi_disks[i].device->lun << 5) & 0xe0; |
lun | 85 | drivers/scsi/seagate.c | static int internal_command(unsigned char target, unsigned char lun, |
lun | 521 | drivers/scsi/seagate.c | current_lun = SCpnt->lun; |
lun | 562 | drivers/scsi/seagate.c | result = internal_command (SCint->target, SCint->lun, SCint->cmnd, SCint->request_buffer, |
lun | 576 | drivers/scsi/seagate.c | return internal_command (SCpnt->target, SCpnt->lun, SCpnt->cmnd, SCpnt->request_buffer, |
lun | 581 | drivers/scsi/seagate.c | static int internal_command(unsigned char target, unsigned char lun, const void *cmnd, |
lun | 1036 | drivers/scsi/seagate.c | hostno, target, lun); |
lun | 1330 | drivers/scsi/seagate.c | DATA = IDENTIFY(1, lun); |
lun | 1624 | drivers/scsi/seagate.c | cmd[1] = (disk->lun << 5) & 0xe5; |
lun | 268 | drivers/scsi/sg.c | cmnd[1]=(cmnd[1] & 0x1f) | (device->device->lun<<5); |
lun | 249 | drivers/scsi/sr.c | scsi_CDs[DEVICE_NR(SCpnt->request.dev)].device->lun, |
lun | 405 | drivers/scsi/sr.c | cmd[1] = (SCpnt->lun << 5) & 0xe0; |
lun | 659 | drivers/scsi/sr.c | cmd[1] = (scsi_CDs[i].device->lun << 5) & 0xe0; |
lun | 77 | drivers/scsi/sr_ioctl.c | scsi_CDs[target].device->lun, |
lun | 109 | drivers/scsi/sr_ioctl.c | sr_cmd[1] = scsi_CDs[target].device->lun << 5; |
lun | 121 | drivers/scsi/sr_ioctl.c | sr_cmd[1] = scsi_CDs[target].device->lun << 5; |
lun | 137 | drivers/scsi/sr_ioctl.c | sr_cmd[1] = scsi_CDs[target].device->lun << 5; |
lun | 157 | drivers/scsi/sr_ioctl.c | sr_cmd[1] = scsi_CDs[target].device->lun << 5; |
lun | 178 | drivers/scsi/sr_ioctl.c | sr_cmd[1] = ((scsi_CDs[target].device->lun) << 5) | 0x02; /* MSF format */ |
lun | 212 | drivers/scsi/sr_ioctl.c | sr_cmd[1] = ((scsi_CDs[target].device->lun) << 5) | 0x02; /* MSF format */ |
lun | 245 | drivers/scsi/sr_ioctl.c | sr_cmd[1] = ((scsi_CDs[target].device->lun) << 5) | 1; |
lun | 254 | drivers/scsi/sr_ioctl.c | sr_cmd[1] = ((scsi_CDs[target].device->lun) << 5) | 1; |
lun | 266 | drivers/scsi/sr_ioctl.c | sr_cmd[1] = ((scsi_CDs[target].device -> lun) << 5) | 1; |
lun | 286 | drivers/scsi/sr_ioctl.c | sr_cmd[1] = (scsi_CDs[target].device -> lun) << 5; |
lun | 302 | drivers/scsi/sr_ioctl.c | sr_cmd[1] = (scsi_CDs[target].device -> lun) << 5; |
lun | 330 | drivers/scsi/sr_ioctl.c | sr_cmd[1] = ((scsi_CDs[target].device -> lun) << 5) | 0x10; /* Params are SCSI-2 */ |
lun | 347 | drivers/scsi/sr_ioctl.c | sr_cmd[1] = ((scsi_CDs[target].device->lun) << 5) | 0x02; /* MSF format */ |
lun | 170 | drivers/scsi/ultrastor.c | unsigned char lun: 3; /* logical unit number */ |
lun | 688 | drivers/scsi/ultrastor.c | my_mscp->lun = SCpnt->lun; |
lun | 379 | drivers/scsi/wd7000.c | idlun = ((SCpnt->target << 5) & 0xe0) | (SCpnt->lun & 7); |
lun | 602 | drivers/scsi/wd7000.c | printk("id %d lun %d cdb", SCpnt->target, SCpnt->lun); |