iwn_dma_contig_alloc
static int iwn_dma_contig_alloc(struct iwn_softc *, struct iwn_dma_info *,
return iwn_dma_contig_alloc(sc, &sc->sched_dma, sc->schedsz,
return iwn_dma_contig_alloc(sc, &sc->kw_dma, IWN_KW_SIZE,
return iwn_dma_contig_alloc(sc, &sc->ict_dma, IWN_ICT_SIZE,
return iwn_dma_contig_alloc(sc, &sc->fw_dma, sc->fwsz,
error = iwn_dma_contig_alloc(sc, &ring->desc_dma, size,
error = iwn_dma_contig_alloc(sc, &ring->stat_dma,
error = iwn_dma_contig_alloc(sc, &data->dma_data, IWN_RBUF_SIZE,
error = iwn_dma_contig_alloc(sc, &ring->desc_dma, size,
error = iwn_dma_contig_alloc(sc, &ring->cmd_dma, size,
error = iwn_dma_contig_alloc(sc, &data->dma_data, IWN_TBUF_SIZE,
if (iwn_dma_contig_alloc(sc, &data->cmd_dma, totlen,