Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/stge/
HDif_stgevar.h128 int sc_res_type; member
HDif_stge.c623 sc->sc_res_type = SYS_RES_MEMORY; in stge_attach()
626 sc->sc_res_type = SYS_RES_IOPORT; in stge_attach()
635 sc->sc_res = bus_alloc_resource_any(dev, sc->sc_res_type, in stge_attach()
840 bus_release_resource(dev, sc->sc_res_type, sc->sc_res_rid, in stge_detach()