Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dbofi.c725 dhash_table[i].dnext = &dhash_table[i]; in bofi_attach()
3188 hp->dnext = dhashp->dnext; in bofi_map()
3189 dhashp->dnext->dprev = hp; in bofi_map()
3191 dhashp->dnext = hp; in bofi_map()
3248 hp->dnext->dprev = hp->dprev; in bofi_map()
3249 hp->dprev->dnext = hp->dnext; in bofi_map()
3409 for (xhp = dhashp->dnext; xhp != dhashp; xhp = xhp->dnext) in bofi_dma_allochdl()
3435 hp->dnext = dhashp->dnext; in bofi_dma_allochdl()
3436 dhashp->dnext->dprev = hp; in bofi_dma_allochdl()
3438 dhashp->dnext = hp; in bofi_dma_allochdl()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Dbofi_impl.h77 struct bofi_shadow *dnext; /* next on dhash chain */ member