Searched refs:dhashp (Results 1 – 1 of 1) sorted by relevance
3098 struct bofi_shadow *dhashp; in bofi_map() local3187 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() local3408 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()[all …]