Searched refs:event_rid (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | amdvi_hw.c | 781 bus_release_resource(dev, SYS_RES_IRQ, softc->event_rid, in amdvi_free_evt_intr_res() 784 bus_delete_resource(dev, SYS_RES_IRQ, softc->event_rid); in amdvi_free_evt_intr_res() 810 softc->event_rid = 0; in amdvi_alloc_intr_resources() 823 err = bus_set_resource(dev, SYS_RES_IRQ, softc->event_rid, in amdvi_alloc_intr_resources() 831 &softc->event_rid, RF_ACTIVE); in amdvi_alloc_intr_resources() 843 softc->event_rid, softc->event_res); in amdvi_alloc_intr_resources()
|
| H A D | amdvi_priv.h | 388 int event_rid; member
|