Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/chxge/
H A Dsge.c1183 if (ce->ce_dh) { in free_cmdQ_buffers()
1184 ch_unbind_dma_handle(sge->obj, ce->ce_dh); in free_cmdQ_buffers()
1185 ce->ce_dh = NULL; /* may not be needed */ in free_cmdQ_buffers()
1196 if (ce->ce_dh) { in free_cmdQ_buffers()
1197 ch_unbind_dvma_handle(sge->obj, ce->ce_dh); in free_cmdQ_buffers()
1198 ce->ce_dh = NULL; /* may not be needed */ in free_cmdQ_buffers()
1214 if (ce->ce_dh) { in free_cmdQ_buffers()
1216 ch_unbind_dma_handle(sge->obj, ce->ce_dh); in free_cmdQ_buffers()
1220 ch_unbind_dvma_handle(sge->obj, ce->ce_dh); in free_cmdQ_buffers()
1223 ce->ce_dh = NULL; /* may not be needed */ in free_cmdQ_buffers()
H A Dpe.c278 hmp->ce_dh = NULL; in pe_start()
584 if (cmp->ce_dh) { in pe_start()
586 ch_unbind_dma_handle(sa, cmp->ce_dh); in pe_start()
589 ch_unbind_dvma_handle(sa, cmp->ce_dh); in pe_start()
H A Dch.c1169 cmp->ce_dh = NULL; in ch_bind_dma_handle()
1179 cmp->ce_dh = NULL; in ch_bind_dma_handle()
1185 cmp->ce_dh = dhe; in ch_bind_dma_handle()
1330 cmp->ce_dh = dhe; in ch_bind_dvma_handle()
H A Dsge.h236 free_dh_t *ce_dh; /* ddi dma handle */ member