Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c887 ddi_dma_handle_t ch_dh; in ch_alloc_dma_mem() local
933 &ch_dh); /* DMA handle */ in ch_alloc_dma_mem()
950 ch_dh, /* dma handle */ in ch_alloc_dma_mem()
960 ddi_dma_free_handle(&ch_dh); in ch_alloc_dma_mem()
970 ch_dh, /* dma handle */ in ch_alloc_dma_mem()
981 ddi_dma_free_handle(&ch_dh); in ch_alloc_dma_mem()
997 ddi_dma_free_handle(&ch_dh); in ch_alloc_dma_mem()
1004 *(ddi_dma_handle_t *)dh = ch_dh; in ch_alloc_dma_mem()
1023 ddi_dma_handle_t ch_dh = (ddi_dma_handle_t)dh; in ch_free_dma_mem() local
1026 (void) ddi_dma_unbind_handle(ch_dh); in ch_free_dma_mem()
[all …]
H A Dch.h183 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()