Lines Matching refs:data_buffer
307 if (bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_send_adapter_info_cmd()
314 command->data_buffer, IPS_ADAPTER_INFO_LEN, in ips_send_adapter_info_cmd()
322 memcpy(&(sc->adapter_info), command->data_buffer, in ips_send_adapter_info_cmd()
328 bus_dmamem_free(command->data_dmatag, command->data_buffer, in ips_send_adapter_info_cmd()
405 if (bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_send_drive_info_cmd()
412 command->data_buffer,IPS_DRIVE_INFO_LEN, in ips_send_drive_info_cmd()
421 driveinfo = command->data_buffer; in ips_send_drive_info_cmd()
429 bus_dmamem_free(command->data_dmatag, command->data_buffer, in ips_send_drive_info_cmd()
603 nvram = command->data_buffer; in ips_write_nvram()
663 if (bus_dmamem_alloc(command->data_dmatag, &command->data_buffer, in ips_read_nvram()
670 command->data_buffer, IPS_NVRAM_PAGE_SIZE, ips_read_nvram_callback, in ips_read_nvram()
681 bus_dmamem_free(command->data_dmatag, command->data_buffer, in ips_read_nvram()