Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_virtio_input.c153 struct vtinput_eventqueue vsc_eventqueue; member
602 vtinput_eventqueue_add_event(&sc->vsc_eventqueue, &event); in vtinput_read_event()
611 &sc->vsc_eventqueue, &sc->vsc_queues[VTINPUT_EVENTQ]); in vtinput_read_event()
695 sc->vsc_eventqueue.idx = 0; in pci_vtinput_init()
696 sc->vsc_eventqueue.size = VTINPUT_MAX_PKT_LEN; in pci_vtinput_init()
697 sc->vsc_eventqueue.events = calloc( in pci_vtinput_init()
698 sc->vsc_eventqueue.size, sizeof(struct vtinput_event_elem)); in pci_vtinput_init()
700 if (sc->vsc_eventqueue.events == NULL) { in pci_vtinput_init()
755 if (sc->vsc_eventqueue.events) in pci_vtinput_init()
756 free(sc->vsc_eventqueue.events); in pci_vtinput_init()