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

/freebsd-13-stable/sys/dev/iwm/
H A Dif_iwmvar.h451 struct iwm_dma_info ict_dma; member in struct:iwm_softc
H A Dif_iwm.c921 return iwm_dma_contig_alloc(sc->sc_dmat, &sc->ict_dma,
1239 memset(sc->ict_dma.vaddr, 0, IWM_ICT_SIZE);
1247 | sc->ict_dma.paddr >> IWM_ICT_PADDR_SHIFT);
5724 uint32_t *ict = sc->ict_dma.vaddr;
6633 iwm_dma_contig_free(&sc->ict_dma);
/freebsd-13-stable/sys/dev/iwn/
H A Dif_iwnvar.h296 struct iwn_dma_info ict_dma; member in struct:iwn_softc
H A Dif_iwn.c1818 return iwn_dma_contig_alloc(sc, &sc->ict_dma, (void **)&sc->ict,
1825 iwn_dma_contig_free(&sc->ict_dma);
2165 bus_dmamap_sync(sc->ict_dma.tag, sc->ict_dma.map,
2171 IWN_DRAM_INT_TBL_WRAP_CHECK | sc->ict_dma.paddr >> 12);
4280 bus_dmamap_sync(sc->ict_dma.tag, sc->ict_dma.map,

Completed in 196 milliseconds