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

/linux-4.1.27/drivers/message/fusion/
H A Dmptctl.c1028 MptSge_t *sglbuf = NULL; /* pointer to array of SGE */ kbuf_alloc_2_sgl() local
1059 sglbuf = pci_alloc_consistent(ioc->pcidev, MAX_SGL_BYTES, sglbuf_dma); kbuf_alloc_2_sgl()
1060 if (sglbuf == NULL) kbuf_alloc_2_sgl()
1069 * sgl = sglbuf = point to beginning of sg buffer kbuf_alloc_2_sgl()
1075 sgl = sglbuf; kbuf_alloc_2_sgl()
1142 return sglbuf; kbuf_alloc_2_sgl()
1145 if (sglbuf != NULL) { kbuf_alloc_2_sgl()
1151 if ((sglbuf[i].FlagsLength >> 24) == 0x30) kbuf_alloc_2_sgl()
1154 dma_addr = sglbuf[i].Address; kbuf_alloc_2_sgl()
1160 pci_free_consistent(ioc->pcidev, MAX_SGL_BYTES, sglbuf, *sglbuf_dma); kbuf_alloc_2_sgl()
2203 * Copy to MF and to sglbuf mptctl_do_mpt_command()
2237 * Copy to MF and to sglbuf mptctl_do_mpt_command()

Completed in 63 milliseconds