Home
last modified time | relevance | path

Searched refs:transtable (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.h224 struct TransTable_struct __iomem *transtable; member
H A Dhpsa.c7604 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 in hpsa_enter_performant_mode()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.h224 struct TransTable_struct __iomem *transtable; member
H A 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()
9237 writel(bft[i], &h->transtable->BlockFetch[i]); in hpsa_enter_performant_mode()
9240 writel(h->max_commands, &h->transtable->RepQSize); in hpsa_enter_performant_mode()
9241 writel(h->nreply_queues, &h->transtable->RepQCount); in hpsa_enter_performant_mode()
9242 writel(0, &h->transtable in hpsa_enter_performant_mode()
[all...]

Completed in 25 milliseconds