Searched refs:channel_private (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | dcopy_device.h | 84 dcopy_query_channel_t *info, void *channel_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);
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | ioat.h | 345 uint_t size, dcopy_query_channel_t *info, void *channel_private); 346 void ioat_channel_free(void *channel_private);
|
/titanic_50/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat_chan.c | 152 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()
|