Home
last modified time | relevance | path

Searched refs:dhashp (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/io/
H A Dbofi.c3098 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()
[all …]