Lines Matching refs:R1Control
622 ULONG bufferSize = SECTOR_TO_BYTE(pCmd->uCmd.R1Control.nSectors); in R1ControlSgl()
623 if (pCmd->uCmd.R1Control.Command==CTRL_CMD_VERIFY) in R1ControlSgl()
626 pSgTable->dSgAddress = (ULONG_PTR)pCmd->uCmd.R1Control.Buffer; in R1ControlSgl()
636 v = pCmd->uCmd.R1Control.Buffer; in R1ControlSgl()
761 pCmd->uCmd.R1Control.Command = CTRL_CMD_REBUILD; in hpt_rebuild_data_block()
762 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS; in hpt_rebuild_data_block()
766 pCmd->uCmd.R1Control.Command = CTRL_CMD_VERIFY; in hpt_rebuild_data_block()
767 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS/2; in hpt_rebuild_data_block()
771 pCmd->uCmd.R1Control.Command = CTRL_CMD_REBUILD; in hpt_rebuild_data_block()
772 pCmd->uCmd.R1Control.nSectors = MAX_REBUILD_SECTORS; in hpt_rebuild_data_block()
776 pCmd->uCmd.R1Control.Lba = pArray->u.array.RebuildSectors; in hpt_rebuild_data_block()
778 if (capacity - pArray->u.array.RebuildSectors < pCmd->uCmd.R1Control.nSectors) in hpt_rebuild_data_block()
779 … pCmd->uCmd.R1Control.nSectors = capacity - pArray->u.array.RebuildSectors; in hpt_rebuild_data_block()
781 pCmd->uCmd.R1Control.Buffer = buffer; in hpt_rebuild_data_block()