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

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

Completed in 57 milliseconds