Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/
Dhpsa.h224 struct TransTable_struct __iomem *transtable; member
Dhpsa.c7631 if (h->transtable) { in hpsa_free_cfgtables()
7632 iounmap(h->transtable); in hpsa_free_cfgtables()
7633 h->transtable = NULL; in hpsa_free_cfgtables()
7667 h->transtable = remap_pci_mem(pci_resource_start(h->pdev, in hpsa_find_cfgtables()
7669 sizeof(*h->transtable)); in hpsa_find_cfgtables()
7670 if (!h->transtable) { in hpsa_find_cfgtables()
9238 writel(bft[i], &h->transtable->BlockFetch[i]); in hpsa_enter_performant_mode()
9241 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()
9242 writel(h->nreply_queues, &h->transtable->RepQCount); in hpsa_enter_performant_mode()
9243 writel(0, &h->transtable->RepQCtrAddrLow32); in hpsa_enter_performant_mode()
[all …]