Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_virtio_input.c167 struct vtinput_eventqueue vsc_eventqueue; member
620 vtinput_eventqueue_add_event(&sc->vsc_eventqueue, &event); in vtinput_read_event()
629 &sc->vsc_eventqueue, &sc->vsc_queues[VTINPUT_EVENTQ]); in vtinput_read_event()
713 sc->vsc_eventqueue.idx = 0; in pci_vtinput_init()
714 sc->vsc_eventqueue.size = VTINPUT_MAX_PKT_LEN; in pci_vtinput_init()
715 sc->vsc_eventqueue.events = calloc( in pci_vtinput_init()
716 sc->vsc_eventqueue.size, sizeof(struct vtinput_event_elem)); in pci_vtinput_init()
718 if (sc->vsc_eventqueue.events == NULL) { in pci_vtinput_init()
773 if (sc->vsc_eventqueue.events) in pci_vtinput_init()
774 free(sc->vsc_eventqueue.events); in pci_vtinput_init()