Lines Matching refs:transtable
7604 if (h->transtable) { in hpsa_free_cfgtables()
7605 iounmap(h->transtable); in hpsa_free_cfgtables()
7606 h->transtable = NULL; in hpsa_free_cfgtables()
7640 h->transtable = remap_pci_mem(pci_resource_start(h->pdev, in hpsa_find_cfgtables()
7642 sizeof(*h->transtable)); in hpsa_find_cfgtables()
7643 if (!h->transtable) { in hpsa_find_cfgtables()
9215 writel(bft[i], &h->transtable->BlockFetch[i]); in hpsa_enter_performant_mode()
9218 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()
9219 writel(h->nreply_queues, &h->transtable->RepQCount); in hpsa_enter_performant_mode()
9220 writel(0, &h->transtable->RepQCtrAddrLow32); in hpsa_enter_performant_mode()
9221 writel(0, &h->transtable->RepQCtrAddrHigh32); in hpsa_enter_performant_mode()
9224 writel(0, &h->transtable->RepQAddr[i].upper); in hpsa_enter_performant_mode()
9226 &h->transtable->RepQAddr[i].lower); in hpsa_enter_performant_mode()