Searched refs:allocation_length (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/scsi/
H A Demulation.cpp25 static bool copy_sg_data(scsi_ccb *request, uint offset, uint allocation_length,
182 size_t allocationLength = cmd->allocation_length
184 cdb->allocation_length = B_HOST_TO_BENDIAN_INT16(allocationLength);
186 SHOW_FLOW(3, "allocation_length=%" B_PRIuSIZE, allocationLength);
457 allocation_length- limit of request's data buffer according to CDB
465 copy_sg_data(scsi_ccb *request, uint offset, uint allocation_length, argument
473 offset, allocation_length, size, sg_list, sg_count, to_buffer ? "to" : "from");
486 req_size = min_c(allocation_length, request->data_length) - offset;
H A Ddevice_scan.cpp80 cmd->allocation_length = sizeof(*new_inquiry_data);
118 if (std::min((int)cmd->allocation_length,
H A Ddevices.cpp249 cmd->allocation_length = SCSI_MAX_SENSE_SIZE;
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATARequest.cpp156 copy_sg_data(fCCB, 0, command->allocation_length, &sense, sizeof(sense),
160 command->allocation_length), fCCB->data_length);
H A DATADevice.cpp159 uint32 allocationLength = command->allocation_length;
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIRequest.cpp162 copy_sg_data(fCCB, 0, command->allocation_length, fResponse->sense,
166 command->allocation_length), fCCB->data_length);
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk_scsi.h39 uint8 allocation_length; member in struct:scsi_command_6_s
/haiku/headers/private/drivers/
H A Dscsi_cmds.h232 uint8 allocation_length; member in struct:scsi_cmd_inquiry
621 uint8 allocation_length; member in struct:scsi_cmd_request_sense
774 uint8 allocation_length; // maximum amount of data member in struct:scsi_cmd_mode_sense_6
810 uint16 allocation_length; // maximum amount of data, big endian member in struct:scsi_cmd_mode_sense_10
971 uint16 allocation_length; // maximum amount of data (big endian) member in struct:scsi_cmd_read_toc
1071 uint16 allocation_length; // maximum amount of data, big endian member in struct:scsi_cmd_read_subchannel
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.cpp257 cmd->allocation_length = B_HOST_TO_BENDIAN_INT16(sizeof(scsi_toc_general));
284 cmd->allocation_length = B_HOST_TO_BENDIAN_INT16(dataLength);
326 cmd.allocation_length = B_HOST_TO_BENDIAN_INT16(sizeof(scsi_position));
350 cmd.allocation_length = sizeof(header);
375 cmd.allocation_length = len;
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp624 uint8 allocationLength = cmd->allocation_length;
648 uint8 allocationLength = cmd->allocation_length;
666 uint8 allocationLength = cmd->allocation_length;
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp549 toc.allocation_length = B_HOST_TO_BENDIAN_INT16(bufferSize);
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dio.cpp61 // which uses only 8 bits for allocation_length
64 cmd->allocation_length = length;

Completed in 177 milliseconds