Lines Matching refs:pRAID_Context
1741 struct RAID_CONTEXT *pRAID_Context; in megasas_build_ld_nonrw_fusion() local
1750 pRAID_Context = &io_request->RaidContext; in megasas_build_ld_nonrw_fusion()
1752 pRAID_Context->VirtualDiskTgtId = cpu_to_le16(device_id); in megasas_build_ld_nonrw_fusion()
1753 pRAID_Context->regLockRowLBA = 0; in megasas_build_ld_nonrw_fusion()
1754 pRAID_Context->regLockLength = 0; in megasas_build_ld_nonrw_fusion()
1773 pRAID_Context->timeoutValue = in megasas_build_ld_nonrw_fusion()
1781 pRAID_Context->configSeqNum = raid->seqNum; in megasas_build_ld_nonrw_fusion()
1782 pRAID_Context->regLockFlags = REGION_TYPE_SHARED_READ; in megasas_build_ld_nonrw_fusion()
1783 pRAID_Context->timeoutValue = cpu_to_le16(raid->fpIoTimeoutForLd); in megasas_build_ld_nonrw_fusion()
1826 struct RAID_CONTEXT *pRAID_Context; in megasas_build_syspd_fusion() local
1837 pRAID_Context = &io_request->RaidContext; in megasas_build_syspd_fusion()
1838 pRAID_Context->regLockFlags = 0; in megasas_build_syspd_fusion()
1839 pRAID_Context->regLockRowLBA = 0; in megasas_build_syspd_fusion()
1840 pRAID_Context->regLockLength = 0; in megasas_build_syspd_fusion()
1843 pRAID_Context->RAIDFlags = MR_RAID_FLAGS_IO_SUB_TYPE_SYSTEM_PD in megasas_build_syspd_fusion()
1852 pRAID_Context->VirtualDiskTgtId = in megasas_build_syspd_fusion()
1854 pRAID_Context->configSeqNum = pd_sync->seq[pd_index].seqNum; in megasas_build_syspd_fusion()
1856 pRAID_Context->regLockFlags |= in megasas_build_syspd_fusion()
1859 pRAID_Context->VirtualDiskTgtId = cpu_to_le16(device_id); in megasas_build_syspd_fusion()
1860 pRAID_Context->configSeqNum = 0; in megasas_build_syspd_fusion()
1866 pRAID_Context->VirtualDiskTgtId = cpu_to_le16(device_id); in megasas_build_syspd_fusion()
1867 pRAID_Context->configSeqNum = 0; in megasas_build_syspd_fusion()
1883 pRAID_Context->timeoutValue = cpu_to_le16(os_timeout_value); in megasas_build_syspd_fusion()
1884 pRAID_Context->VirtualDiskTgtId = cpu_to_le16(device_id); in megasas_build_syspd_fusion()
1890 pRAID_Context->timeoutValue = in megasas_build_syspd_fusion()
1894 pRAID_Context->Type = MPI2_TYPE_CUDA; in megasas_build_syspd_fusion()
1895 pRAID_Context->nseg = 0x1; in megasas_build_syspd_fusion()