Home
last modified time | relevance | path

Searched refs:ch_vdh (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.c1274 dhe = chp->ch_vdh; in ch_free_dvma_handles()
1281 chp->ch_vdh = NULL; in ch_free_dvma_handles()
1307 if ((dhe = chp->ch_vdh) != NULL) { in ch_bind_dvma_handle()
1308 chp->ch_vdh = dhe->dhe_next; in ch_bind_dvma_handle()
1356 dhe->dhe_next = chp->ch_vdh; in ch_unbind_dvma_handle()
1357 chp->ch_vdh = dhe; in ch_unbind_dvma_handle()
H A Dch.h187 free_dh_t *ch_vdh; /* list of free dvma headers for v2p */ member
H A Dpe.c1565 dhe->dhe_next = chp->ch_vdh; in pe_dma_handle_init()
1566 chp->ch_vdh = dhe; in pe_dma_handle_init()