Searched defs:vq_handler_count (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c985 int vq_handler_count; local
992 for (vq_handler_count = 0;
993 vq_handlers && vq_handlers[vq_handler_count].vh_func;
994 vq_handler_count++)
1001 sizeof (struct virtio_int_handler) * vq_handler_count, KM_SLEEP);
1003 vhc->nhandlers = vq_handler_count;
1005 sizeof (struct virtio_int_handler) * vq_handler_count);
1049 (vq_handler_count + config_handler_count));
1104 int vq_handler_count = sc->sc_intr_num; local
1108 vq_handler_count
[all...]

Completed in 60 milliseconds