Searched refs:iwn_dma_contig_alloc (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/iwn/ |
H A D | if_iwn.c | 147 static int iwn_dma_contig_alloc(struct iwn_softc *, struct iwn_dma_info *, 1742 iwn_dma_contig_alloc(struct iwn_softc *sc, struct iwn_dma_info *dma, function 1828 return iwn_dma_contig_alloc(sc, &sc->sched_dma, sc->schedsz, 1844 return iwn_dma_contig_alloc(sc, &sc->kw_dma, IWN_KW_SIZE, 1859 return iwn_dma_contig_alloc(sc, &sc->ict_dma, IWN_ICT_SIZE, 1874 return iwn_dma_contig_alloc(sc, &sc->fw_dma, sc->fwsz, 1894 error = iwn_dma_contig_alloc(sc, &ring->desc_dma, size, 1904 error = iwn_dma_contig_alloc(sc, &ring->stat_dma, 1919 error = iwn_dma_contig_alloc(sc, &data->dma_data, IWN_RBUF_SIZE, 1989 error = iwn_dma_contig_alloc(s [all...] |
Completed in 66 milliseconds