Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_bwfm_pci.c169 struct bwfm_pci_dmamem *sc_scratch_buf; member
706 if ((sc->sc_scratch_buf = bwfm_pci_dmamem_alloc(sc, in bwfm_pci_preinit()
711 BWFM_PCI_DMA_DVA(sc->sc_scratch_buf) & 0xffffffff); in bwfm_pci_preinit()
714 BWFM_PCI_DMA_DVA(sc->sc_scratch_buf) >> 32); in bwfm_pci_preinit()
788 if (sc->sc_scratch_buf) in bwfm_pci_preinit()
789 bwfm_pci_dmamem_free(sc, sc->sc_scratch_buf); in bwfm_pci_preinit()
939 bwfm_pci_dmamem_free(sc, sc->sc_scratch_buf); in bwfm_pci_cleanup()