Searched refs:hprev (Results 1 – 2 of 2) sorted by relevance
76 struct bofi_shadow *hprev; /* prev on hhash chain */ member
727 hhash_table[i].hprev = &hhash_table[i]; in bofi_attach()3187 hhashp->hnext->hprev = hp; in bofi_map()3188 hp->hprev = hhashp; in bofi_map()3249 hp->hnext->hprev = hp->hprev; in bofi_map()3250 hp->hprev->hnext = hp->hnext; in bofi_map()3434 hhashp->hnext->hprev = hp; in bofi_dma_allochdl()3435 hp->hprev = hhashp; in bofi_dma_allochdl()3491 hp->hnext->hprev = hp->hprev; in bofi_dma_freehdl()3492 hp->hprev->hnext = hp->hnext; in bofi_dma_freehdl()3894 dummyhp->hnext->hprev = dummyhp->hprev; in bofi_dma_ctl()[all …]