Home
last modified time | relevance | path

Searched refs:re_res_type (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/netif/re/
H A Dif_revar.h123 int re_res_type; member
H A Dif_re.c717 sc->re_res_type = SYS_RES_MEMORY; in re_attach()
720 sc->re_res_type = SYS_RES_IOPORT; in re_attach()
722 sc->re_res = bus_alloc_resource_any(dev, sc->re_res_type, in re_attach()
925 bus_release_resource(dev, sc->re_res_type, sc->re_res_rid, in re_detach()
H A Dre.h896 int re_res_type; member
H A Dre.c4924 sc->re_res_type = SYS_RES_MEMORY; in re_attach()
4931 sc->re_res_type = SYS_RES_IOPORT; in re_attach()
4933 sc->re_res = bus_alloc_resource(dev, sc->re_res_type, &sc->re_res_id, in re_attach()
4937 sc->re_res_type = SYS_RES_IOPORT; in re_attach()
4938 sc->re_res = bus_alloc_resource(dev, sc->re_res_type, &sc->re_res_id, in re_attach()
4948 if (sc->re_res_type == SYS_RES_IOPORT) in re_attach()
5407 bus_release_resource(dev, sc->re_res_type, sc->re_res_id, sc->re_res); in re_detach()