Home
last modified time | relevance | path

Searched refs:__m_calloc_dma (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dsym53c8xx_comm.h778 #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)
Dsym53c8xx.c971 #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");
Dncr53c8xx.c3571 np = __m_calloc_dma(device->pdev, sizeof(struct ncb), "NCB");