Searched refs:bwfm_pci_dmamem_alloc (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dif_bwfm_pci.c223 bwfm_pci_dmamem_alloc(struct bwfm_pci_softc *, bus_size_t,
594 sc->sc_dma_idx_buf = bwfm_pci_dmamem_alloc(sc,
677 if ((sc->sc_scratch_buf = bwfm_pci_dmamem_alloc(sc,
690 if ((sc->sc_ringupd_buf = bwfm_pci_dmamem_alloc(sc,
703 if ((sc->sc_ioctl_buf = bwfm_pci_dmamem_alloc(sc,
871 bwfm_pci_dmamem_alloc(struct bwfm_pci_softc *sc, bus_size_t size, bus_size_t align) function
1115 ring->ring = bwfm_pci_dmamem_alloc(sc, nitem * itemsz, 8);
1143 ring->ring = bwfm_pci_dmamem_alloc(sc, nitem * itemsz, 8);

Completed in 95 milliseconds