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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c265 static __inline m_pool_p ___get_dma_pool(m_pool_ident_t dev_dmat) argument
269 mp && !sym_m_pool_match(mp->dev_dmat, dev_dmat);
275 static m_pool_p ___cre_dma_pool(m_pool_ident_t dev_dmat) argument
279 mp->dev_dmat = dev_dmat;
312 void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name) argument
319 mp = ___get_dma_pool(dev_dmat);
321 mp = ___cre_dma_pool(dev_dmat);
335 void __sym_mfree_dma(m_pool_ident_t dev_dmat, voi argument
357 __vtobus(m_pool_ident_t dev_dmat, void *m) argument
[all...]
H A Dsym_hipd.h1144 m_pool_ident_t dev_dmat; /* Identifies the pool (see above) */ member in struct:sym_m_pool
1161 void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name);
1162 void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name);
1163 dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m);
1191 vaddr = dma_alloc_coherent(mp->dev_dmat, SYM_MEM_CLUSTER_SIZE, &baddr,
1202 dma_free_coherent(mp->dev_dmat, SYM_MEM_CLUSTER_SIZE, vbp->vaddr,

Completed in 64 milliseconds