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

/freebsd-10.0-release/sys/dev/sym/
H A Dsym_hipd.c408 bus_dma_tag_t dev_dmat; /* Identifies the pool */ member in struct:m_pool
670 static __inline m_pool_s *___get_dma_pool(bus_dma_tag_t dev_dmat) argument
673 for (mp = mp0.next; mp && mp->dev_dmat != dev_dmat; mp = mp->next);
677 static m_pool_s *___cre_dma_pool(bus_dma_tag_t dev_dmat) argument
683 mp->dev_dmat = dev_dmat;
684 if (!bus_dma_tag_create(dev_dmat, 1, MEMO_CLUSTER_SIZE,
719 static void *__sym_calloc_dma(bus_dma_tag_t dev_dmat, int size, char *name) argument
725 mp = ___get_dma_pool(dev_dmat);
740 __sym_mfree_dma(bus_dma_tag_t dev_dmat, void *m, int size, char *name) argument
755 __vtobus(bus_dma_tag_t dev_dmat, void *m) argument
[all...]

Completed in 165 milliseconds