Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h122 } free_dh_t; typedef
183 free_dh_t *ch_dh; /* list of free dma headers for v2p */
187 free_dh_t *ch_vdh; /* list of free dvma headers for v2p */
277 void ch_unbind_dma_handle(ch_t *, free_dh_t *);
334 free_dh_t *ch_get_dma_handle(ch_t *);
341 free_dh_t *ch_get_dvma_handle(ch_t *);
342 void ch_unbind_dvma_handle(ch_t *, free_dh_t *);
H A Dch.c1034 free_dh_t *
1039 free_dh_t *dhe; in ch_get_dma_handle()
1042 dhe = (free_dh_t *)kmem_zalloc(sizeof (*dhe), KM_SLEEP); in ch_get_dma_handle()
1071 return ((free_dh_t *)0); in ch_get_dma_handle()
1085 free_dh_t *dhe, *the; in ch_free_dma_handles()
1117 free_dh_t *dhe; in ch_bind_dma_handle()
1201 ch_unbind_dma_handle(ch_t *chp, free_dh_t *dhe) in ch_unbind_dma_handle()
1225 free_dh_t *
1230 free_dh_t *dhe; in ch_get_dvma_handle()
1233 dhe = (free_dh_t *)kmem_zalloc(sizeof (*dhe), KM_SLEEP); in ch_get_dvma_handle()
[all …]
H A Dsge.h234 free_dh_t *ce_dh; /* ddi dma handle */
H A Dpe.c1556 free_dh_t *dhe; in pe_dma_handle_init()