SYM_MEM_CLUSTER_SIZE
vaddr = dma_alloc_coherent(mp->dev_dmat, SYM_MEM_CLUSTER_SIZE, &baddr,
dma_free_coherent(mp->dev_dmat, SYM_MEM_CLUSTER_SIZE, vbp->vaddr,
#define SYM_MEM_CLUSTER_MASK (SYM_MEM_CLUSTER_SIZE-1)
#if SYM_CONF_MAX_QUEUE > SYM_MEM_CLUSTER_SIZE/8
#define SYM_CONF_MAX_QUEUE (SYM_MEM_CLUSTER_SIZE/8)
if (size > SYM_MEM_CLUSTER_SIZE)
if (s == SYM_MEM_CLUSTER_SIZE) {
if (size > SYM_MEM_CLUSTER_SIZE)
if (s == SYM_MEM_CLUSTER_SIZE) {