Searched refs:udbs_res (Results 1 – 5 of 5) sorted by relevance
239 iwsc->rdev.bar2_len = rman_get_size(iwsc->rdev.adap->udbs_res); in c4iw_alloc()
312 struct resource *udbs_res; member
516 sc->udbs_res = NULL; in cxgb_controller_attach()518 ((sc->udbs_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, in cxgb_controller_attach()792 if (sc->udbs_res != NULL) in cxgb_free()794 sc->udbs_res); in cxgb_free()
901 struct resource *udbs_res; member
1834 if (sc->udbs_res) in t4_detach_common()1836 sc->udbs_res); in t4_detach_common()3876 sc->udbs_res = bus_alloc_resource_any(sc->dev, SYS_RES_MEMORY, in t4_map_bar_2()3878 if (sc->udbs_res == NULL) { in t4_map_bar_2()3882 sc->udbs_base = rman_get_virtual(sc->udbs_res); in t4_map_bar_2()3900 rman_get_size(sc->udbs_res), PAT_WRITE_COMBINING); in t4_map_bar_2()