Searched refs:dhashp (Results 1 – 1 of 1) sorted by relevance
3101 struct bofi_shadow *dhashp; in bofi_map() local3190 dhashp = HDL_DHASH(hp->dip); in bofi_map()3191 hp->dnext = dhashp->dnext; in bofi_map()3192 dhashp->dnext->dprev = hp; in bofi_map()3193 hp->dprev = dhashp; in bofi_map()3194 dhashp->dnext = hp; in bofi_map()3350 struct bofi_shadow *dhashp; in bofi_dma_allochdl() local3411 dhashp = HDL_DHASH(hp->dip); in bofi_dma_allochdl()3412 for (xhp = dhashp->dnext; xhp != dhashp; xhp = xhp->dnext) in bofi_dma_allochdl()3437 dhashp = HDL_DHASH(hp->dip); in bofi_dma_allochdl()[all …]