Home
last modified time | relevance | path

Searched refs:dnext (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c3191 hp->dnext = dhashp->dnext; in bofi_map()
3252 hp->dprev->dnext = hp->dnext; in bofi_map()
3412 for (xhp = dhashp->dnext; xhp != dhashp; xhp = xhp->dnext) in bofi_dma_allochdl()
3438 hp->dnext = dhashp->dnext; in bofi_dma_allochdl()
3441 dhashp->dnext = hp; in bofi_dma_allochdl()
3494 hp->dprev->dnext = hp->dnext; in bofi_dma_freehdl()
3911 hp->dprev->dnext = hp->dnext; in bofi_dma_ctl()
4020 hp->dnext = dhashp->dnext; in bofi_dvma_reserve()
4479 for (hp = dhashp->dnext; hp != dhashp; hp = hp->dnext) { in bofi_post_event()
4643 hp->dnext = dhashp->dnext; in bofi_intr_ops()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dbofi_impl.h77 struct bofi_shadow *dnext; /* next on dhash chain */ member