Lines Matching defs:command_struct

79 	ips_io_cmd *command_struct;
94 command_struct = (ips_io_cmd *)command->command_buffer;
95 command_struct->id = command->id;
96 command_struct->drivenum = (uintptr_t)iobuf->bio_driver1;
102 command_struct->segnum = segnum;
110 command_struct->buffaddr =
117 command_struct->buffaddr = segments[0].ds_addr;
120 command_struct->command = cmdtype;
121 command_struct->lba = iobuf->bio_pblkno;
123 command_struct->length = length;
178 ips_adapter_info_cmd *command_struct;
185 command_struct = (ips_adapter_info_cmd *)command->command_buffer;
186 command_struct->command = IPS_ADAPTER_INFO_CMD;
187 command_struct->id = command->id;
188 command_struct->buffaddr = segments[0].ds_addr;
277 ips_drive_cmd *command_struct;
286 command_struct = (ips_drive_cmd *)command->command_buffer;
287 command_struct->command = IPS_DRIVE_INFO_CMD;
288 command_struct->id = command->id;
289 command_struct->buffaddr = segments[0].ds_addr;
375 ips_generic_cmd *command_struct;
379 command_struct = (ips_generic_cmd *)command->command_buffer;
380 command_struct->command = IPS_CACHE_FLUSH_CMD;
381 command_struct->id = command->id;
452 ips_adapter_ffdc_cmd *command_struct;
456 command_struct = (ips_adapter_ffdc_cmd *)command->command_buffer;
457 command_struct->command = IPS_FFDC_CMD;
458 command_struct->id = command->id;
459 command_struct->reset_count = sc->ffdc_resetcount;
460 command_struct->reset_type = 0x0;
461 ips_ffdc_settime(command_struct, sc->ffdc_resettime.tv_sec);
488 ips_rw_nvram_cmd *command_struct;
493 command_struct = (ips_rw_nvram_cmd *)command->command_buffer;
494 command_struct->command = IPS_RW_NVRAM_CMD;
495 command_struct->id = command->id;
496 command_struct->pagenum = 5;
497 command_struct->rw = 1; /*write*/
516 ips_rw_nvram_cmd *command_struct;
523 command_struct = (ips_rw_nvram_cmd *)command->command_buffer;
524 command_struct->command = IPS_RW_NVRAM_CMD;
525 command_struct->id = command->id;
526 command_struct->pagenum = 5;
527 command_struct->rw = 0;
528 command_struct->buffaddr = segments[0].ds_addr;
608 ips_generic_cmd *command_struct;
612 command_struct = (ips_generic_cmd *)command->command_buffer;
613 command_struct->command = IPS_CONFIG_SYNC_CMD;
614 command_struct->id = command->id;
615 command_struct->reserve2 = IPS_POCL;
628 ips_generic_cmd *command_struct;
632 command_struct = (ips_generic_cmd *)command->command_buffer;
633 command_struct->command = IPS_ERROR_TABLE_CMD;
634 command_struct->id = command->id;
635 command_struct->reserve2 = IPS_CSL;