Home
last modified time | relevance | path

Searched defs:dev_dmat (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/sym53c8xx_2/
Dsym_malloc.c252 static inline m_pool_p ___get_dma_pool(m_pool_ident_t dev_dmat) in ___get_dma_pool()
262 static m_pool_p ___cre_dma_pool(m_pool_ident_t dev_dmat) in ___cre_dma_pool()
299 void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name) in __sym_calloc_dma()
322 void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name) in __sym_mfree_dma()
344 dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m) in __vtobus()
Dsym_hipd.h1151 m_pool_ident_t dev_dmat; /* Identifies the pool (see above) */ member