Searched refs:ips_command_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/dev/ips/
H A Dips.h67 /* this is ugly. It zeros the end elements in an ips_command_t struct starting with the status element */
113 }ips_command_t; typedef in typeref:struct:ips_command
141 ips_command_t *commandarray;
142 ips_command_t *staticcmd;
147 void (* ips_issue_cmd)(ips_command_t *command);
148 void (* ips_poll_cmd)(ips_command_t *command);
172 extern int ips_get_free_cmd(ips_softc_t *sc, ips_command_t **command, unsigned long flags);
173 extern void ips_insert_free_cmd(ips_softc_t *sc, ips_command_t *command);
178 extern void ips_issue_morpheus_cmd(ips_command_t *command);
179 extern void ips_morpheus_poll(ips_command_t *comman
[all...]
H A Dips_commands.c41 static void ips_wakeup_callback(ips_command_t *command)
51 static void ips_io_request_finish(ips_command_t *command)
75 ips_command_t *command = cmdptr;
140 static int ips_send_io_request(ips_command_t *command, struct bio *iobuf)
154 ips_command_t *command;
175 ips_command_t *command = cmdptr;
205 static int ips_send_adapter_info_cmd(ips_command_t *command)
253 ips_command_t *command;
274 ips_command_t *command = cmdptr;
307 static int ips_send_drive_info_cmd(ips_command_t *comman
[all...]
H A Dips_ioctl.c35 static void ips_ioctl_finish(ips_command_t *command)
54 ips_command_t *command = cmdptr;
74 static int ips_ioctl_start(ips_command_t *command)
88 ips_command_t *command;
H A Dips.c103 ips_command_t *command = cmdptr;
114 ips_command_t *command;
145 ips_command_t *command;
147 sc->commandarray = (ips_command_t *)malloc(sizeof(ips_command_t) *
191 int ips_get_free_cmd(ips_softc_t *sc, ips_command_t **cmd, unsigned long flags)
193 ips_command_t *command;
218 void ips_insert_free_cmd(ips_softc_t *sc, ips_command_t *command)
304 ips_command_t *command;
512 ips_command_t *comman
[all...]
H A Dips_disk.c44 static void ipsd_dump_block_complete(ips_command_t *command);
185 ips_command_t *command;
244 ips_command_t *command;
249 command = (ips_command_t *)arg;
293 ipsd_dump_block_complete(ips_command_t *command)

Completed in 69 milliseconds