Lines Matching refs:buffer_length

429 	size_t buffer_length, enum dma_data_direction data_direction)  in pqi_map_single()  argument
433 if (!buffer || buffer_length == 0 || data_direction == DMA_NONE) in pqi_map_single()
436 bus_address = dma_map_single(&pci_dev->dev, buffer, buffer_length, in pqi_map_single()
442 put_unaligned_le32(buffer_length, &sg_descriptor->length); in pqi_map_single()
466 u8 *scsi3addr, void *buffer, size_t buffer_length, in pqi_build_raid_path_request() argument
470 size_t cdb_length = buffer_length; in pqi_build_raid_path_request()
478 put_unaligned_le32(buffer_length, &request->buffer_length); in pqi_build_raid_path_request()
565 buffer, buffer_length, *dir); in pqi_build_raid_path_request()
604 u8 *scsi3addr, void *buffer, size_t buffer_length, u16 vpd_page, in pqi_send_scsi_raid_request() argument
613 buffer_length, vpd_page, &dir); in pqi_send_scsi_raid_request()
628 u8 cmd, void *buffer, size_t buffer_length) in pqi_send_ctrl_raid_request() argument
631 buffer, buffer_length, 0, NULL, NO_TIMEOUT); in pqi_send_ctrl_raid_request()
635 u8 cmd, void *buffer, size_t buffer_length, in pqi_send_ctrl_raid_with_error() argument
639 buffer, buffer_length, 0, error_info, NO_TIMEOUT); in pqi_send_ctrl_raid_with_error()
658 u8 *scsi3addr, u16 vpd_page, void *buffer, size_t buffer_length) in pqi_scsi_inquiry() argument
661 buffer, buffer_length, vpd_page, NULL, NO_TIMEOUT); in pqi_scsi_inquiry()
666 struct bmic_identify_physical_device *buffer, size_t buffer_length) in pqi_identify_physical_device() argument
675 buffer_length, 0, &dir); in pqi_identify_physical_device()
719 struct bmic_csmi_smp_passthru_buffer *buffer, size_t buffer_length, in pqi_csmi_smp_passthru() argument
723 buffer, buffer_length, error_info); in pqi_csmi_smp_passthru()
754 void *buffer, size_t buffer_length) in pqi_write_host_wellness() argument
757 buffer, buffer_length); in pqi_write_host_wellness()
778 size_t buffer_length; in pqi_write_driver_version_to_host_wellness() local
780 buffer_length = sizeof(*buffer); in pqi_write_driver_version_to_host_wellness()
782 buffer = kmalloc(buffer_length, GFP_KERNEL); in pqi_write_driver_version_to_host_wellness()
802 rc = pqi_write_host_wellness(ctrl_info, buffer, buffer_length); in pqi_write_driver_version_to_host_wellness()
827 size_t buffer_length; in pqi_write_current_time_to_host_wellness() local
832 buffer_length = sizeof(*buffer); in pqi_write_current_time_to_host_wellness()
834 buffer = kmalloc(buffer_length, GFP_KERNEL); in pqi_write_current_time_to_host_wellness()
865 rc = pqi_write_host_wellness(ctrl_info, buffer, buffer_length); in pqi_write_current_time_to_host_wellness()
907 void *buffer, size_t buffer_length) in pqi_report_luns() argument
910 buffer_length); in pqi_report_luns()
4188 &request.data.report_device_capability.buffer_length); in pqi_report_device_capability()
4524 &request.data.report_event_configuration.buffer_length); in pqi_configure_events()
4560 &request.data.report_event_configuration.buffer_length); in pqi_configure_events()
4956 put_unaligned_le32(scsi_bufflen(scmd), &request->buffer_length); in pqi_raid_submit_scsi_cmd_with_io_request()
5244 put_unaligned_le32(scsi_bufflen(scmd), &request->buffer_length); in pqi_aio_submit_io()
6058 put_unaligned_le32(iocommand.buf_size, &request.buffer_length); in pqi_passthru_ioctl()
7864 &request.data.ofa_memory_allocation.buffer_length); in pqi_ofa_host_memory_update()
8727 data.report_device_capability.buffer_length) != 44); in verify_structures()
8807 buffer_length) != 12); in verify_structures()
8836 buffer_length) != 16); in verify_structures()
8876 data.report_event_configuration.buffer_length) != 12); in verify_structures()
8882 data.set_event_configuration.buffer_length) != 12); in verify_structures()