Lines Matching refs:lun

756 …destination target %d, lun %llu\n", cmd->device->host->host_no, cmd->device->id, cmd->device->lun);  in lprint_Scsi_Cmnd()
998 …%d busy=%d lun=%llu\n", tmp, tmp->device->id, hostdata->busy[tmp->device->id], tmp->device->lun); in DEF_SCSI_QCMD()
1001 (1 << (u8)(tmp->device->lun & 0xff)))) { in DEF_SCSI_QCMD()
1017 …get %d lun %llu removed from issue_queue\n", instance->host_no, tmp->device->id, tmp->device->lun); in DEF_SCSI_QCMD()
1440 tmp[0] = IDENTIFY(((instance->irq == NO_IRQ) ? 0 : 1), cmd->device->lun); in NCR5380_select()
1452 hostdata->busy[cmd->device->id] |= (1 << (cmd->device->lun & 0xFF)); in NCR5380_select()
2138 …get %d lun %llu linked command complete.\n", instance->host_no, cmd->device->id, cmd->device->lun);
2145 …llu linked command complete, no next_link\n" instance->host_no, cmd->device->id, cmd->device->lun);
2154 …inked request done, calling scsi_done().\n", instance->host_no, cmd->device->id, cmd->device->lun);
2165 …ommand for target %d, lun %llu completed\n", instance->host_no, cmd->device->id, cmd->device->lun);
2166 hostdata->busy[cmd->device->id] &= ~(1 << (cmd->device->lun & 0xFF));
2227 hostdata->busy[cmd->device->id] |= (1 << (cmd->device->lun & 0xFF));
2241 … connected to" " the disconnected_queue\n", instance->host_no, cmd->device->id, cmd->device->lun);
2349 hostdata->busy[cmd->device->id] &= ~(1 << (cmd->device->lun & 0xFF));
2413 unsigned char lun, phase; local
2469 lun = (msg[0] & 0x07);
2484 if ((target_mask == (1 << tmp->device->id)) && (lun == (u8)tmp->device->lun)
2497 …ing : target bitmask %02x lun %d not in disconnect_queue.\n", instance->host_no, target_mask, lun);
2510 …get = %d, lun = %llu, tag = %d\n", instance->host_no, tmp->device->id, tmp->device->lun, tmp->tag);