Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/
Dhpsa_cmd.h623 struct HostWrite { struct
642 struct HostWrite HostWrite; argument
Dhpsa.c7380 readl(&(tb->HostWrite.TransportRequest))); in print_cfg_table()
7382 readl(&(tb->HostWrite.CoalIntDelay))); in print_cfg_table()
7384 readl(&(tb->HostWrite.CoalIntCount))); in print_cfg_table()
7788 writel(CFGTBL_Trans_Simple, &(h->cfgtable->HostWrite.TransportRequest)); in hpsa_enter_simple_mode()
7789 writel(0, &h->cfgtable->HostWrite.command_pool_addr_hi); in hpsa_enter_simple_mode()
9192 writel(0, &h->cfgtable->HostWrite.command_pool_addr_hi); in hpsa_enter_performant_mode()
9193 writel(transMethod, &(h->cfgtable->HostWrite.TransportRequest)); in hpsa_enter_performant_mode()
9199 writel(10, &h->cfgtable->HostWrite.CoalIntDelay); in hpsa_enter_performant_mode()
9200 writel(4, &h->cfgtable->HostWrite.CoalIntCount); in hpsa_enter_performant_mode()