Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/chxge/
H A Dch.c885 ddi_dma_handle_t ch_dh; in ch_alloc_dma_mem() local
931 &ch_dh); /* DMA handle */ in ch_alloc_dma_mem()
948 ch_dh, /* dma handle */ in ch_alloc_dma_mem()
958 ddi_dma_free_handle(&ch_dh); in ch_alloc_dma_mem()
968 ch_dh, /* dma handle */ in ch_alloc_dma_mem()
979 ddi_dma_free_handle(&ch_dh); in ch_alloc_dma_mem()
995 ddi_dma_free_handle(&ch_dh); in ch_alloc_dma_mem()
1002 *(ddi_dma_handle_t *)dh = ch_dh; in ch_alloc_dma_mem()
1021 ddi_dma_handle_t ch_dh = (ddi_dma_handle_t)dh; in ch_free_dma_mem() local
1024 (void) ddi_dma_unbind_handle(ch_dh); in ch_free_dma_mem()
[all …]
H A Dch.h185 free_dh_t *ch_dh; /* list of free dma headers for v2p */ member
H A Dpe.c1577 dhe->dhe_next = chp->ch_dh; in pe_dma_handle_init()
1578 chp->ch_dh = dhe; in pe_dma_handle_init()