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

/linux-master/drivers/scsi/
H A Dhpsa_cmd.h637 struct HostWrite { struct
656 struct HostWrite HostWrite; member in struct:CfgTable
H A Dhpsa.c7430 readl(&(tb->HostWrite.TransportRequest)));
7432 readl(&(tb->HostWrite.CoalIntDelay)));
7434 readl(&(tb->HostWrite.CoalIntCount)));
7837 writel(CFGTBL_Trans_Simple, &(h->cfgtable->HostWrite.TransportRequest));
7838 writel(0, &h->cfgtable->HostWrite.command_pool_addr_hi);
9251 writel(0, &h->cfgtable->HostWrite.command_pool_addr_hi);
9252 writel(transMethod, &(h->cfgtable->HostWrite.TransportRequest));
9258 writel(10, &h->cfgtable->HostWrite.CoalIntDelay);
9259 writel(4, &h->cfgtable->HostWrite.CoalIntCount);

Completed in 125 milliseconds