Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_hw.c169 if (sc->csr_res != NULL) { in oce_hw_pci_free()
172 PCIR_BAR(OCE_PCI_CSR_BAR), sc->csr_res); in oce_hw_pci_free()
173 sc->csr_res = (struct resource *)NULL; in oce_hw_pci_free()
296 sc->csr_res = bus_alloc_resource_any(sc->dev, in oce_hw_pci_alloc()
298 if (!sc->csr_res) in oce_hw_pci_alloc()
300 sc->csr_btag = rman_get_bustag(sc->csr_res); in oce_hw_pci_alloc()
301 sc->csr_bhandle = rman_get_bushandle(sc->csr_res); in oce_hw_pci_alloc()
302 sc->csr_vhandle = rman_get_virtual(sc->csr_res); in oce_hw_pci_alloc()
H A Doce_if.h806 struct resource *csr_res; member