Lines Matching refs:transtable
6090 h->transtable = remap_pci_mem(pci_resource_start(h->pdev, in hpsa_find_cfgtables()
6092 sizeof(*h->transtable)); in hpsa_find_cfgtables()
6093 if (!h->transtable) in hpsa_find_cfgtables()
6322 if (h->transtable) in hpsa_pci_init()
6323 iounmap(h->transtable); in hpsa_pci_init()
6606 if (h->transtable) in hpsa_undo_allocations_after_kdump_soft_reset()
6607 iounmap(h->transtable); in hpsa_undo_allocations_after_kdump_soft_reset()
7114 iounmap(h->transtable); in hpsa_remove_one()
7253 writel(bft[i], &h->transtable->BlockFetch[i]); in hpsa_enter_performant_mode()
7256 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()
7257 writel(h->nreply_queues, &h->transtable->RepQCount); in hpsa_enter_performant_mode()
7258 writel(0, &h->transtable->RepQCtrAddrLow32); in hpsa_enter_performant_mode()
7259 writel(0, &h->transtable->RepQCtrAddrHigh32); in hpsa_enter_performant_mode()
7262 writel(0, &h->transtable->RepQAddr[i].upper); in hpsa_enter_performant_mode()
7264 &h->transtable->RepQAddr[i].lower); in hpsa_enter_performant_mode()