Searched defs:dhe (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c1037 free_dh_t *dhe; local
1040 dhe = (free_dh_t *)kmem_zalloc(sizeof (*dhe), KM_SLEEP);
1067 kmem_free(dhe, sizeof (*dhe));
1072 dhe->dhe_dh = (ulong_t)ch_dh;
1074 return (dhe);
1083 free_dh_t *dhe, *the; local
1085 dhe = chp->ch_dh;
1086 while (dhe) {
1115 free_dh_t *dhe; local
1199 ch_unbind_dma_handle(ch_t *chp, free_dh_t *dhe) argument
1228 free_dh_t *dhe; local
1270 free_dh_t *dhe, *the; local
1302 free_dh_t *dhe; local
1347 ch_unbind_dvma_handle(ch_t *chp, free_dh_t *dhe) argument
[all...]
H A Dpe.c1556 free_dh_t *dhe; local
1561 dhe = ch_get_dvma_handle(chp);
1562 if (dhe == NULL)
1565 dhe->dhe_next = chp->ch_vdh;
1566 chp->ch_vdh = dhe;
1573 dhe = ch_get_dma_handle(chp);
1574 if (dhe == NULL)
1577 dhe->dhe_next = chp->ch_dh;
1578 chp->ch_dh = dhe;

Completed in 48 milliseconds