Searched refs:command_struct (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ips/
H A Dips_commands.c77 ips_io_cmd *command_struct; local
92 command_struct = (ips_io_cmd *)command->command_buffer;
93 command_struct->id = command->id;
94 command_struct->drivenum = (uintptr_t)iobuf->bio_driver1;
100 command_struct->segnum = segnum;
108 command_struct->buffaddr =
115 command_struct->buffaddr = segments[0].ds_addr;
118 command_struct->command = cmdtype;
119 command_struct->lba = iobuf->bio_pblkno;
121 command_struct
176 ips_adapter_info_cmd *command_struct; local
275 ips_drive_cmd *command_struct; local
373 ips_generic_cmd *command_struct; local
450 ips_adapter_ffdc_cmd *command_struct; local
486 ips_rw_nvram_cmd *command_struct; local
514 ips_rw_nvram_cmd *command_struct; local
606 ips_generic_cmd *command_struct; local
626 ips_generic_cmd *command_struct; local
[all...]
H A Dips_disk.c186 ips_io_cmd *command_struct; local
208 command_struct = (ips_io_cmd *)command->command_buffer;
209 command_struct->id = command->id;
210 command_struct->drivenum= sc->drives[dsc->disk_number].drivenum;
219 command_struct->lba = off / IPS_BLKSIZE;
246 ips_io_cmd *command_struct; local
259 command_struct = (ips_io_cmd *)command->command_buffer;
262 command_struct->segnum = nsegs;
270 command_struct->buffaddr =
272 command_struct
[all...]

Completed in 66 milliseconds