Home
last modified time | relevance | path

Searched refs:channel_private (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddcopy_device.h82 dcopy_query_channel_t *info, void *channel_private);
83 void (*cb_channel_free)(void *channel_private);
86 int (*cb_cmd_alloc)(void *channel_private, int flags,
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);
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h345 uint_t size, dcopy_query_channel_t *info, void *channel_private);
346 void ioat_channel_free(void *channel_private);
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c152 uint_t size, dcopy_query_channel_t *info, void *channel_private) in ioat_channel_alloc() argument
166 chan = (ioat_channel_t *)channel_private; in ioat_channel_alloc()
409 ioat_channel_free(void *channel_private) in ioat_channel_free() argument
417 chan = (ioat_channel_t *)channel_private; in ioat_channel_free()