Searched refs:device_private (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | dcopy_device.h | 82 int (*cb_channel_alloc)(void *device_private, 106 void (*cb_unregister_complete)(void *device_private, int status); 129 int dcopy_device_register(void *device_private, dcopy_device_info_t *info,
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | ioat.h | 344 int ioat_channel_alloc(void *device_private, dcopy_handle_t handle, int flags, 352 void ioat_unregister_complete(void *device_private, int status);
|
/titanic_50/usr/src/uts/common/io/ |
H A D | dcopy.c | 601 dcopy_device_register(void *device_private, dcopy_device_info_t *info, in dcopy_device_register() argument 612 device->dc_device_private = device_private; in dcopy_device_register() 639 e = info->di_cb->cb_channel_alloc(device_private, channel, in dcopy_device_register()
|
/titanic_50/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat.c | 551 ioat_unregister_complete(void *device_private, int status) in ioat_unregister_complete() argument 556 state = device_private; in ioat_unregister_complete()
|
H A D | ioat_chan.c | 151 ioat_channel_alloc(void *device_private, dcopy_handle_t handle, int flags, in ioat_channel_alloc() argument 165 state = (ioat_state_t *)device_private; in ioat_channel_alloc()
|