Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/rl/
H A Dif_rl.c771 sc->rl_res = bus_alloc_resource_any(dev, RL_RES, &rid, RF_ACTIVE); in rl_attach()
773 if (sc->rl_res == NULL) { in rl_attach()
779 sc->rl_btag = rman_get_bustag(sc->rl_res); in rl_attach()
780 sc->rl_bhandle = rman_get_bushandle(sc->rl_res); in rl_attach()
922 if (sc->rl_res) in rl_detach()
923 bus_release_resource(dev, RL_RES, RL_RID, sc->rl_res); in rl_detach()
H A Dif_rlreg.h366 struct resource *rl_res; member