Searched refs:PMCS_SGL_CHUNKSZ (Results 1 – 3 of 3) sorted by relevance
51 #define PMCS_SGL_CHUNKSZ (PMCS_SGL_NCHUNKS * (sizeof (pmcs_dmasgl_t))) macro
6245 (void) memset(tc->chunks, 0, PMCS_SGL_CHUNKSZ); in pmcs_dma_load()6287 (void) memset(tc->chunks, 0, PMCS_SGL_CHUNKSZ); in pmcs_dma_load()6354 for (n = 0, off = 0; off < lim; off += PMCS_SGL_CHUNKSZ, n++) { in pmcs_idma_chunks()6359 if ((off + PMCS_SGL_CHUNKSZ) < lim) { in pmcs_idma_chunks()
1908 for (dl = 0; dl < (nsize / PMCS_SGL_CHUNKSZ); dl++) { in pmcs_add_more_chunks()