Searched refs:event_res (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | amdvi_hw.c | 778 bus_teardown_intr(dev, softc->event_res, softc->event_tag); in amdvi_free_evt_intr_res() 780 if (softc->event_res != NULL) { in amdvi_free_evt_intr_res() 782 softc->event_res); in amdvi_free_evt_intr_res() 830 softc->event_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, in amdvi_alloc_intr_resources() 832 if (!softc->event_res) { in amdvi_alloc_intr_resources() 838 if (bus_setup_intr(dev, softc->event_res, in amdvi_alloc_intr_resources() 843 softc->event_rid, softc->event_res); in amdvi_alloc_intr_resources() 844 softc->event_res = NULL; in amdvi_alloc_intr_resources() 848 bus_describe_intr(dev, softc->event_res, softc->event_tag, in amdvi_alloc_intr_resources()
|
| H A D | amdvi_priv.h | 384 struct resource *event_res; /* Event interrupt resource. */ member
|