Searched refs:dnext (Results 1 – 2 of 2) sorted by relevance
728 dhash_table[i].dnext = &dhash_table[i]; in bofi_attach()3191 hp->dnext = dhashp->dnext; in bofi_map()3192 dhashp->dnext->dprev = hp; in bofi_map()3194 dhashp->dnext = hp; in bofi_map()3251 hp->dnext->dprev = hp->dprev; 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()3439 dhashp->dnext->dprev = hp; in bofi_dma_allochdl()3441 dhashp->dnext = hp; in bofi_dma_allochdl()[all …]
77 struct bofi_shadow *dnext; /* next on dhash chain */ member