Lines Matching defs:sglbuf
1011 MptSge_t *sglbuf = NULL; /* pointer to array of SGE */
1046 sglbuf = pci_alloc_consistent(ioc->pcidev, MAX_SGL_BYTES, sglbuf_dma);
1047 if (sglbuf == NULL)
1056 * sgl = sglbuf = point to beginning of sg buffer
1062 sgl = sglbuf;
1129 return sglbuf;
1132 if (sglbuf != NULL) {
1138 if ((sglbuf[i].FlagsLength >> 24) == 0x30)
1141 dma_addr = sglbuf[i].Address;
1147 pci_free_consistent(ioc->pcidev, MAX_SGL_BYTES, sglbuf, *sglbuf_dma);
2119 * Copy to MF and to sglbuf
2153 * Copy to MF and to sglbuf