Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dhpsa.h220 struct TransTable_struct __iomem *transtable; member
Dhpsa.c7514 if (h->transtable) { in hpsa_free_cfgtables()
7515 iounmap(h->transtable); in hpsa_free_cfgtables()
7516 h->transtable = NULL; in hpsa_free_cfgtables()
7550 h->transtable = remap_pci_mem(pci_resource_start(h->pdev, in hpsa_find_cfgtables()
7552 sizeof(*h->transtable)); in hpsa_find_cfgtables()
7553 if (!h->transtable) { in hpsa_find_cfgtables()
9085 writel(bft[i], &h->transtable->BlockFetch[i]); in hpsa_enter_performant_mode()
9088 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()
9089 writel(h->nreply_queues, &h->transtable->RepQCount); in hpsa_enter_performant_mode()
9090 writel(0, &h->transtable->RepQCtrAddrLow32); in hpsa_enter_performant_mode()
[all …]