Lines Matching refs:dhashp

3098 	struct bofi_shadow *dhashp;  in bofi_map()  local
3187 dhashp = HDL_DHASH(hp->dip); in bofi_map()
3188 hp->dnext = dhashp->dnext; in bofi_map()
3189 dhashp->dnext->dprev = hp; in bofi_map()
3190 hp->dprev = dhashp; in bofi_map()
3191 dhashp->dnext = hp; in bofi_map()
3347 struct bofi_shadow *dhashp; in bofi_dma_allochdl() local
3408 dhashp = HDL_DHASH(hp->dip); in bofi_dma_allochdl()
3409 for (xhp = dhashp->dnext; xhp != dhashp; xhp = xhp->dnext) in bofi_dma_allochdl()
3434 dhashp = HDL_DHASH(hp->dip); in bofi_dma_allochdl()
3435 hp->dnext = dhashp->dnext; in bofi_dma_allochdl()
3436 dhashp->dnext->dprev = hp; in bofi_dma_allochdl()
3437 hp->dprev = dhashp; in bofi_dma_allochdl()
3438 dhashp->dnext = hp; in bofi_dma_allochdl()
3939 struct bofi_shadow *dhashp; in bofi_dvma_reserve() local
4016 dhashp = HDL_DHASH(hp->dip); in bofi_dvma_reserve()
4017 hp->dnext = dhashp->dnext; in bofi_dvma_reserve()
4018 dhashp->dnext->dprev = hp; in bofi_dvma_reserve()
4019 hp->dprev = dhashp; in bofi_dvma_reserve()
4020 dhashp->dnext = hp; in bofi_dvma_reserve()
4458 struct bofi_shadow *dhashp; in bofi_post_event() local
4475 dhashp = HDL_DHASH(arg->f_dip); in bofi_post_event()
4476 for (hp = dhashp->dnext; hp != dhashp; hp = hp->dnext) { in bofi_post_event()
4579 struct bofi_shadow *dhashp; in bofi_intr_ops() local
4639 dhashp = HDL_DHASH(hp->dip); in bofi_intr_ops()
4640 hp->dnext = dhashp->dnext; in bofi_intr_ops()
4641 dhashp->dnext->dprev = hp; in bofi_intr_ops()
4642 hp->dprev = dhashp; in bofi_intr_ops()
4643 dhashp->dnext = hp; in bofi_intr_ops()