Lines Matching defs:sglbuf
1007 MptSge_t *sglbuf = NULL; /* pointer to array of SGE */
1042 sglbuf = dma_alloc_coherent(&ioc->pcidev->dev, MAX_SGL_BYTES,
1044 if (sglbuf == NULL)
1053 * sgl = sglbuf = point to beginning of sg buffer
1059 sgl = sglbuf;
1127 return sglbuf;
1130 if (sglbuf != NULL) {
1136 if ((sglbuf[i].FlagsLength >> 24) == 0x30)
1139 dma_addr = sglbuf[i].Address;
1146 dma_free_coherent(&ioc->pcidev->dev, MAX_SGL_BYTES, sglbuf,
2116 * Copy to MF and to sglbuf
2151 * Copy to MF and to sglbuf