Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/amd/
H A Damdvi_hw.c781 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 Damdvi_priv.h388 int event_rid; member