Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dhpsa_cmd.h622 struct HostWrite { struct
641 struct HostWrite HostWrite; argument
Dhpsa.c7312 readl(&(tb->HostWrite.TransportRequest))); in print_cfg_table()
7314 readl(&(tb->HostWrite.CoalIntDelay))); in print_cfg_table()
7316 readl(&(tb->HostWrite.CoalIntCount))); in print_cfg_table()
7720 writel(CFGTBL_Trans_Simple, &(h->cfgtable->HostWrite.TransportRequest)); in hpsa_enter_simple_mode()
7721 writel(0, &h->cfgtable->HostWrite.command_pool_addr_hi); in hpsa_enter_simple_mode()
9099 writel(0, &h->cfgtable->HostWrite.command_pool_addr_hi); in hpsa_enter_performant_mode()
9100 writel(transMethod, &(h->cfgtable->HostWrite.TransportRequest)); in hpsa_enter_performant_mode()
9106 writel(10, &h->cfgtable->HostWrite.CoalIntDelay); in hpsa_enter_performant_mode()
9107 writel(4, &h->cfgtable->HostWrite.CoalIntCount); in hpsa_enter_performant_mode()