Searched refs:ch_vdh (Results 1 – 3 of 3) sorted by relevance
1272 dhe = chp->ch_vdh; in ch_free_dvma_handles()1279 chp->ch_vdh = NULL; in ch_free_dvma_handles()1305 if ((dhe = chp->ch_vdh) != NULL) { in ch_bind_dvma_handle()1306 chp->ch_vdh = dhe->dhe_next; in ch_bind_dvma_handle()1354 dhe->dhe_next = chp->ch_vdh; in ch_unbind_dvma_handle()1355 chp->ch_vdh = dhe; in ch_unbind_dvma_handle()
189 free_dh_t *ch_vdh; /* list of free dvma headers for v2p */ member
1565 dhe->dhe_next = chp->ch_vdh; in pe_dma_handle_init()1566 chp->ch_vdh = dhe; in pe_dma_handle_init()