Home
last modified time | relevance | path

Searched defs:dcopy_device_cb_s (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Ddcopy_device.h77 typedef struct dcopy_device_cb_s { struct
78 int cb_version;
79 int cb_res1;
82 int (*cb_channel_alloc)(void *device_private,
85 void (*cb_channel_free)(void *channel_private);
88 int (*cb_cmd_alloc)(void *channel_private, int flags,
90 void (*cb_cmd_free)(void *channel_private, dcopy_cmd_t *cmd);
96 int (*cb_cmd_post)(void *channel_private, dcopy_cmd_t cmd);
97 int (*cb_cmd_poll)(void *channel_private, dcopy_cmd_t cmd);
106 void (*cb_unregister_complete)(void *device_private, int status);