Searched refs:virtio_int_handler (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtiovar.h151 struct virtio_int_handler { struct
206 struct virtio_int_handler *config_handler,
207 struct virtio_int_handler vq_handlers[]);
H A Dvirtio.c824 struct virtio_int_handler *config_handler,
825 struct virtio_int_handler vq_handlers[], int intr_types)
943 struct virtio_int_handler config_handler;
944 struct virtio_int_handler vq_handlers[];
982 struct virtio_int_handler *config_handler,
983 struct virtio_int_handler vq_handlers[])
1001 sizeof (struct virtio_int_handler) * vq_handler_count, KM_SLEEP);
1005 sizeof (struct virtio_int_handler) * vq_handler_count);
1009 sizeof (struct virtio_int_handler));
1048 kmem_free(vhc, sizeof (struct virtio_int_handler) *
[all...]
/illumos-gate/usr/src/uts/common/io/vioblk/
H A Dvioblk.c716 struct virtio_int_handler vioblk_conf_h = {
720 struct virtio_int_handler vioblk_vq_h[] = {
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c1633 struct virtio_int_handler vioif_vq_h[] = {

Completed in 66 milliseconds