Lines Matching refs:R1Control
621 ULONG bufferSize = SECTOR_TO_BYTE(pCmd->uCmd.R1Control.nSectors); in R1ControlSgl()
622 if (pCmd->uCmd.R1Control.Command==CTRL_CMD_VERIFY) in R1ControlSgl()
625 pSgTable->dSgAddress = (ULONG_PTR)pCmd->uCmd.R1Control.Buffer; in R1ControlSgl()
635 v = pCmd->uCmd.R1Control.Buffer; in R1ControlSgl()
757 pCmd->uCmd.R1Control.Command = CTRL_CMD_REBUILD; in hpt_rebuild_data_block()
758 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS; in hpt_rebuild_data_block()
762 pCmd->uCmd.R1Control.Command = CTRL_CMD_VERIFY; in hpt_rebuild_data_block()
763 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS/2; in hpt_rebuild_data_block()
767 pCmd->uCmd.R1Control.Command = CTRL_CMD_REBUILD; in hpt_rebuild_data_block()
768 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS; in hpt_rebuild_data_block()
772 pCmd->uCmd.R1Control.Lba = pArray->u.array.RebuildSectors; in hpt_rebuild_data_block()
774 if (capacity - pArray->u.array.RebuildSectors < pCmd->uCmd.R1Control.nSectors) in hpt_rebuild_data_block()
775 pCmd->uCmd.R1Control.nSectors = capacity - pArray->u.array.RebuildSectors; in hpt_rebuild_data_block()
777 pCmd->uCmd.R1Control.Buffer = buffer; in hpt_rebuild_data_block()