Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dsge.c1181 if (ce->ce_dh) { in free_cmdQ_buffers()
1182 ch_unbind_dma_handle(sge->obj, ce->ce_dh); in free_cmdQ_buffers()
1183 ce->ce_dh = NULL; /* may not be needed */ in free_cmdQ_buffers()
1194 if (ce->ce_dh) { in free_cmdQ_buffers()
1195 ch_unbind_dvma_handle(sge->obj, ce->ce_dh); in free_cmdQ_buffers()
1196 ce->ce_dh = NULL; /* may not be needed */ in free_cmdQ_buffers()
1212 if (ce->ce_dh) { in free_cmdQ_buffers()
1214 ch_unbind_dma_handle(sge->obj, ce->ce_dh); in free_cmdQ_buffers()
1218 ch_unbind_dvma_handle(sge->obj, ce->ce_dh); in free_cmdQ_buffers()
1221 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.c1171 cmp->ce_dh = NULL; in ch_bind_dma_handle()
1181 cmp->ce_dh = NULL; in ch_bind_dma_handle()
1187 cmp->ce_dh = dhe; in ch_bind_dma_handle()
1332 cmp->ce_dh = dhe; in ch_bind_dvma_handle()
H A Dsge.h234 free_dh_t *ce_dh; /* ddi dma handle */ member