Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dbofi_impl.h78 struct bofi_shadow *dprev; /* prev on dhash chain */ member
/titanic_44/usr/src/uts/common/io/
H A Dbofi.c726 dhash_table[i].dprev = &dhash_table[i]; in bofi_attach()
3189 dhashp->dnext->dprev = hp; in bofi_map()
3190 hp->dprev = dhashp; in bofi_map()
3248 hp->dnext->dprev = hp->dprev; in bofi_map()
3249 hp->dprev->dnext = hp->dnext; in bofi_map()
3436 dhashp->dnext->dprev = hp; in bofi_dma_allochdl()
3437 hp->dprev = dhashp; 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()
[all …]