Searched refs:__m_calloc_dma (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | sym53c8xx_comm.h | 778 #define __m_calloc_dma(b, s, n) m_calloc(s, n) macro 866 static void *__m_calloc_dma(m_bush_t bush, int size, char *name) in __m_calloc_dma() function 920 #define _m_calloc_dma(np, s, n) __m_calloc_dma(np->pdev, s, n)
|
D | sym53c8xx.c | 971 #define __m_calloc_dma(b, s, n) m_calloc(s, n) macro 1059 static void *__m_calloc_dma(m_bush_t bush, int size, char *name) in __m_calloc_dma() function 1113 #define _m_calloc_dma(np, s, n) __m_calloc_dma(np->pdev, s, n) 5431 np = __m_calloc_dma(device->pdev, sizeof(struct ncb), "NCB");
|
D | ncr53c8xx.c | 3571 np = __m_calloc_dma(device->pdev, sizeof(struct ncb), "NCB");
|