Searched refs:device_get_softc (Results 1 – 4 of 4) sorted by relevance
125 sc = device_get_softc(dev); in ivhd_setup_intr()165 sc = device_get_softc(dev); in ivhd_teardown_intr()
726 softc = device_get_softc(dev); in amdvi_print_pci_cap()772 softc = device_get_softc(dev); in amdvi_free_evt_intr_res()986 softc = device_get_softc(ivhd_devs[i]); in amdvi_do_inv_domain()1201 softc = device_get_softc(ivhd_devs[i]); in amdvi_find_iommu()1314 softc = device_get_softc(ivhd_devs[i]); in amdvi_enable()1348 softc = device_get_softc(ivhd_devs[i]); in amdvi_disable()
644 softc = device_get_softc(dev); in ivhd_attach()709 softc = device_get_softc(dev); in ivhd_detach()
19 #define device_get_softc(dev) ddi_get_driver_private(dev) macro