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

/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c153 static int iwn_dma_contig_alloc(struct iwn_softc *, struct iwn_dma_info *,
1726 iwn_dma_contig_alloc(struct iwn_softc *sc, struct iwn_dma_info *dma, function
1781 return iwn_dma_contig_alloc(sc, &sc->sched_dma, (void **)&sc->sched,
1795 return iwn_dma_contig_alloc(sc, &sc->kw_dma, NULL, 4096, 4096);
1808 return iwn_dma_contig_alloc(sc, &sc->ict_dma, (void **)&sc->ict,
1822 return iwn_dma_contig_alloc(sc, &sc->fw_dma, NULL, sc->fwsz, 16);
1843 error = iwn_dma_contig_alloc(sc, &ring->desc_dma, (void **)&ring->desc,
1853 error = iwn_dma_contig_alloc(sc, &ring->stat_dma, (void **)&ring->stat,
1993 error = iwn_dma_contig_alloc(sc, &ring->desc_dma, (void **)&ring->desc,
2003 error = iwn_dma_contig_alloc(s
[all...]

Completed in 89 milliseconds