Home
last modified time | relevance | path

Searched refs:PMCS_SGL_CHUNKSZ (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_sgl.h51 #define PMCS_SGL_CHUNKSZ (PMCS_SGL_NCHUNKS * (sizeof (pmcs_dmasgl_t))) macro
/titanic_44/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_subr.c6245 (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()
H A Dpmcs_attach.c1908 for (dl = 0; dl < (nsize / PMCS_SGL_CHUNKSZ); dl++) { in pmcs_add_more_chunks()