Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/message/fusion/
Dmptctl.c180 #define MAX_SGL_BYTES ((MAX_FRAGS_SPILL1 + 1 + (4 * FRAGS_PER_BUCKET)) * 8) macro
1031 i = MAX_SGL_BYTES / 8; in kbuf_alloc_2_sgl()
1043 sglbuf = pci_alloc_consistent(ioc->pcidev, MAX_SGL_BYTES, sglbuf_dma); in kbuf_alloc_2_sgl()
1102 if (numfrags*8 > MAX_SGL_BYTES){ in kbuf_alloc_2_sgl()
1146 pci_free_consistent(ioc->pcidev, MAX_SGL_BYTES, sglbuf, *sglbuf_dma); in kbuf_alloc_2_sgl()
1206 pci_free_consistent(ioc->pcidev, MAX_SGL_BYTES, sgl, sgl_dma); in kfree_sgl()