HomeSort by: relevance | last modified time | path
    Searched defs:bwfm_pci_dmamem_alloc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_bwfm_pci.c 223 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 in typeref:struct:bwfm_pci_dmamem *
1115 ring->ring = bwfm_pci_dmamem_alloc(sc, nitem * itemsz, 8);
1143 ring->ring = bwfm_pci_dmamem_alloc(sc, nitem * itemsz, 8);

Completed in 13 milliseconds