Searched refs:xl_fres (Results 1 – 2 of 2) sorted by relevance
1166 sc->xl_fres = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in xl_attach()1169 if (sc->xl_fres == NULL) { in xl_attach()1175 sc->xl_ftag = rman_get_bustag(sc->xl_fres); in xl_attach()1176 sc->xl_fhandle = rman_get_bushandle(sc->xl_fres); in xl_attach()1582 if (sc->xl_fres != NULL) in xl_detach()1584 XL_PCI_FUNCMEM, sc->xl_fres); in xl_detach()
613 struct resource *xl_fres; member