Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_hw.c179 if (sc->db_res != NULL) { in oce_hw_pci_free()
182 PCIR_BAR(OCE_PCI_DB_BAR), sc->db_res); in oce_hw_pci_free()
183 sc->db_res = (struct resource *)NULL; in oce_hw_pci_free()
306 sc->db_res = bus_alloc_resource_any(sc->dev, in oce_hw_pci_alloc()
308 if (!sc->db_res) in oce_hw_pci_alloc()
310 sc->db_btag = rman_get_bustag(sc->db_res); in oce_hw_pci_alloc()
311 sc->db_bhandle = rman_get_bushandle(sc->db_res); in oce_hw_pci_alloc()
312 sc->db_vhandle = rman_get_virtual(sc->db_res); in oce_hw_pci_alloc()
H A Doce_if.h811 struct resource *db_res; member