Home
last modified time | relevance | path

Searched refs:dcopy_cmd_t (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddcopy_device.h59 dcopy_cmd_t pr_cmd;
87 dcopy_cmd_t *cmd);
88 void (*cb_cmd_free)(void *channel_private, dcopy_cmd_t *cmd);
94 int (*cb_cmd_post)(void *channel_private, dcopy_cmd_t cmd);
95 int (*cb_cmd_poll)(void *channel_private, dcopy_cmd_t cmd);
H A Ddcopy.h191 typedef struct dcopy_cmd_s *dcopy_cmd_t; typedef
212 int dcopy_cmd_alloc(dcopy_handle_t handle, int flags, dcopy_cmd_t *cmd);
218 void dcopy_cmd_free(dcopy_cmd_t *cmd);
225 int dcopy_cmd_post(dcopy_cmd_t cmd);
245 int dcopy_cmd_poll(dcopy_cmd_t cmd, int flags);
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h173 dcopy_cmd_t ip_next;
348 int ioat_cmd_alloc(void *channel, int flags, dcopy_cmd_t *cmd);
349 void ioat_cmd_free(void *channel, dcopy_cmd_t *cmd);
350 int ioat_cmd_post(void *channel, dcopy_cmd_t cmd);
351 int ioat_cmd_poll(void *channel, dcopy_cmd_t cmd);
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c97 dcopy_cmd_t cmd);
819 ioat_ring_loop(ioat_channel_ring_t *ring, dcopy_cmd_t cmd) in ioat_ring_loop()
878 ioat_cmd_alloc(void *private, int flags, dcopy_cmd_t *cmd) in ioat_cmd_alloc()
882 dcopy_cmd_t oldcmd; in ioat_cmd_alloc()
930 ioat_cmd_free(void *private, dcopy_cmd_t *cmdp) in ioat_cmd_free()
934 dcopy_cmd_t next; in ioat_cmd_free()
935 dcopy_cmd_t cmd; in ioat_cmd_free()
959 ioat_cmd_post(void *private, dcopy_cmd_t cmd) in ioat_cmd_post()
1295 ioat_cmd_poll(void *private, dcopy_cmd_t cmd) in ioat_cmd_poll()
1385 dcopy_cmd_t cmd) in ioat_ring_reserve()
H A Dioat_ioctl.c207 dcopy_cmd_t cmd; in ioat_ioctl_test()
/illumos-gate/usr/src/uts/common/io/
H A Ddcopy.c386 dcopy_cmd_alloc(dcopy_handle_t handle, int flags, dcopy_cmd_t *cmd) in dcopy_cmd_alloc()
416 dcopy_cmd_free(dcopy_cmd_t *cmd) in dcopy_cmd_free()
441 dcopy_cmd_post(dcopy_cmd_t cmd) in dcopy_cmd_post()
467 dcopy_cmd_poll(dcopy_cmd_t cmd, int flags) in dcopy_cmd_poll()
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_pm.c138 dcopy_cmd_t ioat_cmds[FIPE_IOAT_CMD_NUM + 1];
660 dcopy_cmd_t *cmds = fipe_ioat_ctrl.ioat_cmds; in fipe_ioat_trigger()
709 dcopy_cmd_t cmds[FIPE_IOAT_CMD_NUM + 1]; in fipe_ioat_alloc()
895 dcopy_cmd_t *cmds = fipe_ioat_ctrl.ioat_cmds; in fipe_ioat_free()
/illumos-gate/usr/src/uts/common/os/
H A Dmove.c450 dcopy_cmd_t cmd; in uioamove()
715 dcopy_cmd_t cmd; in uioafini()