Searched refs:dcopy_handle_t (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | dcopy.h | 67 typedef struct dcopy_channel_s *dcopy_handle_t; typedef 81 int dcopy_alloc(int flags, dcopy_handle_t *handle); 88 void dcopy_free(dcopy_handle_t *handle); 119 void dcopy_query_channel(dcopy_handle_t handle, dcopy_query_channel_t *query); 212 int dcopy_cmd_alloc(dcopy_handle_t handle, int flags, dcopy_cmd_t *cmd);
|
H A D | dcopy_device.h | 83 dcopy_handle_t handle, int flags, uint_t size, 148 void dcopy_device_channel_notify(dcopy_handle_t handle, int status);
|
/titanic_44/usr/src/uts/common/io/ |
H A D | dcopy.c | 158 static int dcopy_stats_init(dcopy_handle_t channel); 159 static void dcopy_stats_fini(dcopy_handle_t channel); 283 dcopy_alloc(int flags, dcopy_handle_t *handle) in dcopy_alloc() 285 dcopy_handle_t channel; in dcopy_alloc() 317 *handle = (dcopy_handle_t)channel; in dcopy_alloc() 326 dcopy_free(dcopy_handle_t *channel) in dcopy_free() 376 dcopy_query_channel(dcopy_handle_t channel, dcopy_query_channel_t *query) in dcopy_query_channel() 386 dcopy_cmd_alloc(dcopy_handle_t handle, int flags, dcopy_cmd_t *cmd) in dcopy_cmd_alloc() 388 dcopy_handle_t channel; in dcopy_cmd_alloc() 418 dcopy_handle_t channel; in dcopy_cmd_free() [all …]
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | ioat.h | 251 dcopy_handle_t ic_dcopy_handle; 344 int ioat_channel_alloc(void *device_private, dcopy_handle_t handle, int flags,
|
/titanic_44/usr/src/uts/common/os/ |
H A D | move.c | 449 dcopy_handle_t channel; in uioamove() 588 dcopy_handle_t channel; in uioainit() 714 dcopy_handle_t channel; in uioafini()
|
/titanic_44/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat_ioctl.c | 208 dcopy_handle_t channel; in ioat_ioctl_test()
|
H A D | ioat_chan.c | 151 ioat_channel_alloc(void *device_private, dcopy_handle_t handle, int flags, in ioat_channel_alloc()
|
/titanic_44/usr/src/uts/i86pc/io/fipe/ |
H A D | fipe_pm.c | 139 dcopy_handle_t ioat_handle; 708 dcopy_handle_t handle; in fipe_ioat_alloc()
|