Home
last modified time | relevance | path

Searched refs:pRAID_Context (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c90 struct RAID_CONTEXT *pRAID_Context, struct MR_DRV_RAID_MAP_ALL *map);
736 struct RAID_CONTEXT *pRAID_Context, in mr_spanset_get_phy_params() argument
783 pRAID_Context->regLockFlags = REGION_TYPE_EXCLUSIVE; in mr_spanset_get_phy_params()
792 pRAID_Context->spanArm = (span << RAID_CTX_SPANARM_SPAN_SHIFT) | in mr_spanset_get_phy_params()
794 io_info->span_arm = pRAID_Context->spanArm; in mr_spanset_get_phy_params()
817 struct RAID_CONTEXT *pRAID_Context, in MR_GetPhyParams() argument
879 pRAID_Context->regLockFlags = REGION_TYPE_EXCLUSIVE; in MR_GetPhyParams()
890 pRAID_Context->spanArm = (span << RAID_CTX_SPANARM_SPAN_SHIFT) | in MR_GetPhyParams()
892 io_info->span_arm = pRAID_Context->spanArm; in MR_GetPhyParams()
908 struct RAID_CONTEXT *pRAID_Context, in MR_BuildRaidContext() argument
[all …]
Dmegaraid_sas_fusion.c1741 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
[all …]
Dmegaraid_sas.h2020 struct RAID_CONTEXT *pRAID_Context,