Searched refs:m_pool_ident_t (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/scsi/sym53c8xx_2/ |
D | sym_malloc.c | 252 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()
|
D | sym_hipd.h | 792 typedef struct device *m_pool_ident_t; typedef 867 m_pool_ident_t bus_dmat; 1151 m_pool_ident_t dev_dmat; /* Identifies the pool (see above) */ 1168 void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name); 1169 void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name); 1170 dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m);
|