Searched refs:bwfm_pci_dmamem_alloc (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | if_bwfm_pci.c | 225 bwfm_pci_dmamem_alloc(struct bwfm_pci_softc *, bus_size_t, 624 sc->sc_dma_idx_buf = bwfm_pci_dmamem_alloc(sc, in bwfm_pci_preinit() 706 if ((sc->sc_scratch_buf = bwfm_pci_dmamem_alloc(sc, in bwfm_pci_preinit() 719 if ((sc->sc_ringupd_buf = bwfm_pci_dmamem_alloc(sc, in bwfm_pci_preinit() 1177 bwfm_pci_dmamem_alloc(struct bwfm_pci_softc *sc, bus_size_t size, bus_size_t align) in bwfm_pci_dmamem_alloc() function 1401 ring->ring = bwfm_pci_dmamem_alloc(sc, nitem * itemsz, 8); in bwfm_pci_setup_ring() 1429 ring->ring = bwfm_pci_dmamem_alloc(sc, nitem * itemsz, 8); in bwfm_pci_setup_flowring()
|