Lines Matching refs:dnext
725 dhash_table[i].dnext = &dhash_table[i]; in bofi_attach()
3188 hp->dnext = dhashp->dnext; in bofi_map()
3189 dhashp->dnext->dprev = hp; in bofi_map()
3191 dhashp->dnext = hp; in bofi_map()
3248 hp->dnext->dprev = hp->dprev; in bofi_map()
3249 hp->dprev->dnext = hp->dnext; in bofi_map()
3409 for (xhp = dhashp->dnext; xhp != dhashp; xhp = xhp->dnext) in bofi_dma_allochdl()
3435 hp->dnext = dhashp->dnext; in bofi_dma_allochdl()
3436 dhashp->dnext->dprev = hp; in bofi_dma_allochdl()
3438 dhashp->dnext = hp; in bofi_dma_allochdl()
3490 hp->dnext->dprev = hp->dprev; in bofi_dma_freehdl()
3491 hp->dprev->dnext = hp->dnext; in bofi_dma_freehdl()
3907 hp->dnext->dprev = hp->dprev; in bofi_dma_ctl()
3908 hp->dprev->dnext = hp->dnext; in bofi_dma_ctl()
4017 hp->dnext = dhashp->dnext; in bofi_dvma_reserve()
4018 dhashp->dnext->dprev = hp; in bofi_dvma_reserve()
4020 dhashp->dnext = hp; in bofi_dvma_reserve()
4476 for (hp = dhashp->dnext; hp != dhashp; hp = hp->dnext) { in bofi_post_event()
4640 hp->dnext = dhashp->dnext; in bofi_intr_ops()
4641 dhashp->dnext->dprev = hp; in bofi_intr_ops()
4643 dhashp->dnext = hp; in bofi_intr_ops()
4694 hp->dnext->dprev = hp->dprev; in bofi_intr_ops()
4695 hp->dprev->dnext = hp->dnext; in bofi_intr_ops()