Searched defs:m_pool_ident_t (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.h805 typedef struct device *m_pool_ident_t; typedef in typeref:struct:device
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);

Completed in 130 milliseconds