Searched refs:ciss_cfg_resource (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/dev/ciss/
H A Dcissvar.h202 struct resource *ciss_cfg_resource; /* config struct interface window */ member in struct:ciss_softc
H A Dciss.c633 if ((sc->ciss_cfg_resource =
639 cbase = (uintptr_t)rman_get_virtual(sc->ciss_cfg_resource);
640 csize = rman_get_end(sc->ciss_cfg_resource) -
641 rman_get_start(sc->ciss_cfg_resource) + 1;
1978 if (sc->ciss_cfg_resource != NULL)
1980 sc->ciss_cfg_rid, sc->ciss_cfg_resource);

Completed in 114 milliseconds