Searched refs:vi_res (Results 1 – 2 of 2) sorted by relevance
153 if (vi->vi_res == NULL) in vmd_free()155 bus_teardown_intr(sc->psc.dev, vi->vi_res, in vmd_free()158 vi->vi_rid, vi->vi_res); in vmd_free()366 vi->vi_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, in vmd_attach()368 if (vi->vi_res == NULL) { in vmd_attach()372 vi->vi_irq = rman_get_start(vi->vi_res); in vmd_attach()373 if (bus_setup_intr(dev, vi->vi_res, INTR_TYPE_MISC | in vmd_attach()377 vi->vi_rid, vi->vi_res); in vmd_attach()378 vi->vi_res = NULL; in vmd_attach()
43 struct resource *vi_res; member