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

/illumos-gate/usr/src/uts/common/sys/
H A Ddcopy_device.h82 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,
/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, argument
612 device->dc_device_private = device_private;
639 e = info->di_cb->cb_channel_alloc(device_private, channel,
/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat.c551 ioat_unregister_complete(void *device_private, int status) argument
556 state = device_private;
H A Dioat_chan.c151 ioat_channel_alloc(void *device_private, dcopy_handle_t handle, int flags, argument
165 state = (ioat_state_t *)device_private;

Completed in 107 milliseconds