Searched refs:m_pool_ident_t (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_malloc.c | 265 static inline m_pool_p ___get_dma_pool(m_pool_ident_t dev_dmat) in ___get_dma_pool() 275 static m_pool_p ___cre_dma_pool(m_pool_ident_t dev_dmat) in ___cre_dma_pool() 312 void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name) in __sym_calloc_dma() 335 void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name) in __sym_mfree_dma() 357 dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m) in __vtobus()
|
D | sym_hipd.h | 805 typedef struct device *m_pool_ident_t; typedef 880 m_pool_ident_t bus_dmat; 1164 m_pool_ident_t dev_dmat; /* Identifies the pool (see above) */ 1181 void *__sym_calloc_dma(m_pool_ident_t dev_dmat, int size, char *name); 1182 void __sym_mfree_dma(m_pool_ident_t dev_dmat, void *m, int size, char *name); 1183 dma_addr_t __vtobus(m_pool_ident_t dev_dmat, void *m);
|