Lines Matching refs:buffer_length

394 	size_t buffer_length, enum dma_data_direction data_direction)  in pqi_map_single()  argument
398 if (!buffer || buffer_length == 0 || data_direction == DMA_NONE) in pqi_map_single()
401 bus_address = dma_map_single(&pci_dev->dev, buffer, buffer_length, in pqi_map_single()
407 put_unaligned_le32(buffer_length, &sg_descriptor->length); in pqi_map_single()
431 u8 *scsi3addr, void *buffer, size_t buffer_length, in pqi_build_raid_path_request() argument
435 size_t cdb_length = buffer_length; in pqi_build_raid_path_request()
443 put_unaligned_le32(buffer_length, &request->buffer_length); in pqi_build_raid_path_request()
531 buffer, buffer_length, *dir); in pqi_build_raid_path_request()
570 u8 *scsi3addr, void *buffer, size_t buffer_length, u16 vpd_page, in pqi_send_scsi_raid_request() argument
580 buffer_length, vpd_page, &dir); in pqi_send_scsi_raid_request()
594 u8 cmd, void *buffer, size_t buffer_length) in pqi_send_ctrl_raid_request() argument
597 buffer, buffer_length, 0, NULL, NO_TIMEOUT); in pqi_send_ctrl_raid_request()
601 u8 cmd, void *buffer, size_t buffer_length, in pqi_send_ctrl_raid_with_error() argument
605 buffer, buffer_length, 0, error_info, NO_TIMEOUT); in pqi_send_ctrl_raid_with_error()
625 u8 *scsi3addr, u16 vpd_page, void *buffer, size_t buffer_length) in pqi_scsi_inquiry() argument
628 buffer, buffer_length, vpd_page, NULL, NO_TIMEOUT); in pqi_scsi_inquiry()
707 size_t buffer_length) in pqi_identify_physical_device() argument
716 buffer_length, 0, &dir); in pqi_identify_physical_device()
759 struct bmic_csmi_smp_passthru_buffer *buffer, size_t buffer_length, in pqi_csmi_smp_passthru() argument
763 buffer, buffer_length, error_info); in pqi_csmi_smp_passthru()
793 void *buffer, size_t buffer_length) in pqi_write_host_wellness() argument
796 buffer, buffer_length); in pqi_write_host_wellness()
817 size_t buffer_length; in pqi_write_driver_version_to_host_wellness() local
819 buffer_length = sizeof(*buffer); in pqi_write_driver_version_to_host_wellness()
821 buffer = kmalloc(buffer_length, GFP_KERNEL); in pqi_write_driver_version_to_host_wellness()
841 rc = pqi_write_host_wellness(ctrl_info, buffer, buffer_length); in pqi_write_driver_version_to_host_wellness()
866 size_t buffer_length; in pqi_write_current_time_to_host_wellness() local
871 buffer_length = sizeof(*buffer); in pqi_write_current_time_to_host_wellness()
873 buffer = kmalloc(buffer_length, GFP_KERNEL); in pqi_write_current_time_to_host_wellness()
904 rc = pqi_write_host_wellness(ctrl_info, buffer, buffer_length); in pqi_write_current_time_to_host_wellness()
946 void *buffer, size_t buffer_length) in pqi_report_luns() argument
949 buffer_length); in pqi_report_luns()
4234 &request.data.report_device_capability.buffer_length); in pqi_report_device_capability()
4570 &request.data.report_event_configuration.buffer_length); in pqi_configure_events()
4606 &request.data.report_event_configuration.buffer_length); in pqi_configure_events()
5002 put_unaligned_le32(scsi_bufflen(scmd), &request->buffer_length); in pqi_raid_submit_scsi_cmd_with_io_request()
5290 put_unaligned_le32(scsi_bufflen(scmd), &request->buffer_length); in pqi_aio_submit_io()
6056 put_unaligned_le32(iocommand.buf_size, &request.buffer_length); in pqi_passthru_ioctl()
7782 &request.data.ofa_memory_allocation.buffer_length); in pqi_ofa_host_memory_update()
8599 data.report_device_capability.buffer_length) != 44); in verify_structures()
8679 buffer_length) != 12); in verify_structures()
8706 buffer_length) != 16); in verify_structures()
8746 data.report_event_configuration.buffer_length) != 12); in verify_structures()
8752 data.set_event_configuration.buffer_length) != 12); in verify_structures()