search for: senselen

Displaying 7 results from an estimated 7 matches for "senselen".

Did you mean: sense_len
2001 May 18
1
cdrw firmware update
Hello, I need to do a firmware update for my cdrw and because of a missing linux program for doing that I thought of using wine for trying it. I call the programm FlashTool.exe and no error messages occur. (The surface really looks great!) The programm detects correctly the flashable cdrw-drive even with ide-scsi and the non-flashable cdrom. But then when I click on "continue" nothing
2009 Sep 30
1
SCSI driver for VMware's virtual HBA - V5.
...lun)); > + e->lun[1] = sdev->lun; > + > + if (cmd->sense_buffer) { > + ctx->sensePA = pci_map_single(adapter->dev, cmd->sense_buffer, > + SCSI_SENSE_BUFFERSIZE, > + PCI_DMA_FROMDEVICE); > + e->senseAddr = ctx->sensePA; > + e->senseLen = SCSI_SENSE_BUFFERSIZE; > + } else { > + e->senseLen = 0; > + e->senseAddr = 0; > + } > + e->cdbLen = cmd->cmd_len; > + e->vcpuHint = smp_processor_id(); > + memcpy(e->cdb, cmd->cmnd, e->cdbLen); > + > + e->tag = SIMPLE_QUEUE_TAG; > + i...
2009 Sep 30
1
SCSI driver for VMware's virtual HBA - V5.
...lun)); > + e->lun[1] = sdev->lun; > + > + if (cmd->sense_buffer) { > + ctx->sensePA = pci_map_single(adapter->dev, cmd->sense_buffer, > + SCSI_SENSE_BUFFERSIZE, > + PCI_DMA_FROMDEVICE); > + e->senseAddr = ctx->sensePA; > + e->senseLen = SCSI_SENSE_BUFFERSIZE; > + } else { > + e->senseLen = 0; > + e->senseAddr = 0; > + } > + e->cdbLen = cmd->cmd_len; > + e->vcpuHint = smp_processor_id(); > + memcpy(e->cdb, cmd->cmnd, e->cdbLen); > + > + e->tag = SIMPLE_QUEUE_TAG; > + i...
2009 Oct 13
1
SCSI driver for VMware's virtual HBA - V6.
...id; + memset(e->lun, 0, sizeof(e->lun)); + e->lun[1] = sdev->lun; + + if (cmd->sense_buffer) { + ctx->sensePA = pci_map_single(adapter->dev, cmd->sense_buffer, + SCSI_SENSE_BUFFERSIZE, + PCI_DMA_FROMDEVICE); + e->senseAddr = ctx->sensePA; + e->senseLen = SCSI_SENSE_BUFFERSIZE; + } else { + e->senseLen = 0; + e->senseAddr = 0; + } + e->cdbLen = cmd->cmd_len; + e->vcpuHint = smp_processor_id(); + memcpy(e->cdb, cmd->cmnd, e->cdbLen); + + e->tag = SIMPLE_QUEUE_TAG; + if (sdev->tagged_supported && + (cmd...
2009 Oct 13
1
SCSI driver for VMware's virtual HBA - V6.
...id; + memset(e->lun, 0, sizeof(e->lun)); + e->lun[1] = sdev->lun; + + if (cmd->sense_buffer) { + ctx->sensePA = pci_map_single(adapter->dev, cmd->sense_buffer, + SCSI_SENSE_BUFFERSIZE, + PCI_DMA_FROMDEVICE); + e->senseAddr = ctx->sensePA; + e->senseLen = SCSI_SENSE_BUFFERSIZE; + } else { + e->senseLen = 0; + e->senseAddr = 0; + } + e->cdbLen = cmd->cmd_len; + e->vcpuHint = smp_processor_id(); + memcpy(e->cdb, cmd->cmnd, e->cdbLen); + + e->tag = SIMPLE_QUEUE_TAG; + if (sdev->tagged_supported && + (cmd...
2010 Dec 06
7
[PATCH 1/8] staging: hv: Convert camel case struct fields in vstorage.h to lowercase
...Type; + vstorPacket->vm_srb.data_transfer_length = Request->DataBuffer.Length; - vstorPacket->Operation = VStorOperationExecuteSRB; + vstorPacket->operation = VSTOR_OPERATION_EXECUTE_SRB; DPRINT_DBG(STORVSC, "srb - len %d port %d, path %d, target %d, " "lun %d senselen %d cdblen %d", - vstorPacket->VmSrb.Length, - vstorPacket->VmSrb.PortNumber, - vstorPacket->VmSrb.PathId, - vstorPacket->VmSrb.TargetId, - vstorPacket->VmSrb.Lun, - vstorPacket->VmSrb.SenseInfoLength, - vstorPacket->VmSrb.CdbLength); + vstor...
2010 Dec 06
7
[PATCH 1/8] staging: hv: Convert camel case struct fields in vstorage.h to lowercase
...Type; + vstorPacket->vm_srb.data_transfer_length = Request->DataBuffer.Length; - vstorPacket->Operation = VStorOperationExecuteSRB; + vstorPacket->operation = VSTOR_OPERATION_EXECUTE_SRB; DPRINT_DBG(STORVSC, "srb - len %d port %d, path %d, target %d, " "lun %d senselen %d cdblen %d", - vstorPacket->VmSrb.Length, - vstorPacket->VmSrb.PortNumber, - vstorPacket->VmSrb.PathId, - vstorPacket->VmSrb.TargetId, - vstorPacket->VmSrb.Lun, - vstorPacket->VmSrb.SenseInfoLength, - vstorPacket->VmSrb.CdbLength); + vstor...