Searched refs:cmdptr (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ips/
H A Dips_commands.c72 static void ips_io_request_callback(void *cmdptr, bus_dma_segment_t *segments,int segnum, int error) argument
75 ips_command_t *command = cmdptr;
172 static void ips_adapter_info_callback(void *cmdptr, bus_dma_segment_t *segments,int segnum, int error) argument
175 ips_command_t *command = cmdptr;
271 static void ips_drive_info_callback(void *cmdptr, bus_dma_segment_t *segments,int segnum, int error) argument
274 ips_command_t *command = cmdptr;
510 static void ips_read_nvram_callback(void *cmdptr, bus_dma_segment_t *segments,int segnum, int error) argument
513 ips_command_t *command = cmdptr;
H A Dips_ioctl.c52 static void ips_ioctl_callback(void *cmdptr, bus_dma_segment_t *segments,int segnum, int error) argument
54 ips_command_t *command = cmdptr;
H A Dips.c101 static void ips_cmd_dmaload(void *cmdptr, bus_dma_segment_t *segments,int segnum, int error) argument
103 ips_command_t *command = cmdptr;

Completed in 62 milliseconds