Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c82 struct RAID_CONTEXT *pRAID_Context, struct MR_DRV_RAID_MAP_ALL *map);
728 struct RAID_CONTEXT *pRAID_Context, in mr_spanset_get_phy_params() argument
776 pRAID_Context->regLockFlags = REGION_TYPE_EXCLUSIVE; in mr_spanset_get_phy_params()
785 pRAID_Context->spanArm = (span << RAID_CTX_SPANARM_SPAN_SHIFT) | in mr_spanset_get_phy_params()
787 io_info->span_arm = pRAID_Context->spanArm; in mr_spanset_get_phy_params()
810 struct RAID_CONTEXT *pRAID_Context, in MR_GetPhyParams() argument
871 pRAID_Context->regLockFlags = REGION_TYPE_EXCLUSIVE; in MR_GetPhyParams()
882 pRAID_Context->spanArm = (span << RAID_CTX_SPANARM_SPAN_SHIFT) | in MR_GetPhyParams()
884 io_info->span_arm = pRAID_Context->spanArm; in MR_GetPhyParams()
900 struct RAID_CONTEXT *pRAID_Context, in MR_BuildRaidContext() argument
[all …]
Dmegaraid_sas_fusion.c1676 struct RAID_CONTEXT *pRAID_Context; in megasas_build_dcdb_fusion() local
1759 pRAID_Context = &io_request->RaidContext; in megasas_build_dcdb_fusion()
1762 pRAID_Context->regLockFlags = REGION_TYPE_SHARED_READ; in megasas_build_dcdb_fusion()
1763 pRAID_Context->timeoutValue = cpu_to_le16(raid->fpIoTimeoutForLd); in megasas_build_dcdb_fusion()
1764 pRAID_Context->VirtualDiskTgtId = cpu_to_le16(device_id); in megasas_build_dcdb_fusion()
1765 pRAID_Context->regLockRowLBA = 0; in megasas_build_dcdb_fusion()
1766 pRAID_Context->regLockLength = 0; in megasas_build_dcdb_fusion()
1767 pRAID_Context->configSeqNum = raid->seqNum; in megasas_build_dcdb_fusion()
Dmegaraid_sas.h1960 struct RAID_CONTEXT *pRAID_Context,