Home
last modified time | relevance | path

Searched refs:device_private (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddcopy_device.h80 int (*cb_channel_alloc)(void *device_private,
104 void (*cb_unregister_complete)(void *device_private, int status);
127 int dcopy_device_register(void *device_private, dcopy_device_info_t *info,
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h344 int ioat_channel_alloc(void *device_private, dcopy_handle_t handle, int flags,
352 void ioat_unregister_complete(void *device_private, int status);
/illumos-gate/usr/src/uts/common/io/
H A Ddcopy.c601 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()
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat.c551 ioat_unregister_complete(void *device_private, int status) in ioat_unregister_complete() argument
556 state = device_private; in ioat_unregister_complete()
H A Dioat_chan.c151 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()