Home
last modified time | relevance | path

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

/freebsd/sys/dev/sym/
H A Dsym_hipd.c382 bus_dma_tag_t dev_dmat; /* Identifies the pool */ member
638 static __inline m_pool_s *___get_dma_pool(bus_dma_tag_t dev_dmat) in ___get_dma_pool() argument
641 for (mp = mp0.next; mp && mp->dev_dmat != dev_dmat; mp = mp->next); in ___get_dma_pool()
645 static m_pool_s *___cre_dma_pool(bus_dma_tag_t dev_dmat) in ___cre_dma_pool() argument
651 mp->dev_dmat = dev_dmat; in ___cre_dma_pool()
652 if (!bus_dma_tag_create(dev_dmat, 1, MEMO_CLUSTER_SIZE, in ___cre_dma_pool()
687 static void *__sym_calloc_dma(bus_dma_tag_t dev_dmat, int size, char *name) in __sym_calloc_dma() argument
693 mp = ___get_dma_pool(dev_dmat); in __sym_calloc_dma()
695 mp = ___cre_dma_pool(dev_dmat); in __sym_calloc_dma()
708 __sym_mfree_dma(bus_dma_tag_t dev_dmat, void *m, int size, char *name) in __sym_mfree_dma() argument
[all …]