Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_malloc.c85 if (size > SYM_MEM_CLUSTER_SIZE) in ___sym_malloc()
95 if (s == SYM_MEM_CLUSTER_SIZE) { in ___sym_malloc()
135 if (size > SYM_MEM_CLUSTER_SIZE) in ___sym_mfree()
146 if (s == SYM_MEM_CLUSTER_SIZE) { in ___sym_mfree()
Dsym_hipd.h206 #if SYM_CONF_MAX_QUEUE > SYM_MEM_CLUSTER_SIZE/8
208 #define SYM_CONF_MAX_QUEUE (SYM_MEM_CLUSTER_SIZE/8)
1342 #define SYM_MEM_CLUSTER_SIZE (1UL << SYM_MEM_CLUSTER_SHIFT) macro
1343 #define SYM_MEM_CLUSTER_MASK (SYM_MEM_CLUSTER_SIZE-1)
Dsym_glue.h582 vaddr = pci_alloc_consistent(mp->dev_dmat,SYM_MEM_CLUSTER_SIZE, &baddr); in sym_m_get_dma_mem_cluster()
592 pci_free_consistent(mp->dev_dmat, SYM_MEM_CLUSTER_SIZE, in sym_m_free_dma_mem_cluster()