Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.c259 pRAID_Context->regLockFlags = REGION_TYPE_EXCLUSIVE; in MR_GetPhyParams()
271 pRAID_Context->spanArm = (span << RAID_CTX_SPANARM_SPAN_SHIFT) | in MR_GetPhyParams()
401 pRAID_Context->timeoutValue = map->raidMap.fpPdIoTimeoutSec; in MR_BuildRaidContext()
404 pRAID_Context->regLockFlags = (isRead) ? in MR_BuildRaidContext()
407 pRAID_Context->regLockFlags = (isRead) ? in MR_BuildRaidContext()
411 pRAID_Context->ldTargetId = raid->targetId; in MR_BuildRaidContext()
412 pRAID_Context->regLockRowLBA = regStart; in MR_BuildRaidContext()
413 pRAID_Context->regLockLength = regSize; in MR_BuildRaidContext()
414 pRAID_Context->configSeqNum = raid->seqNum; in MR_BuildRaidContext()
424 &io_info->devHandle, pRAID_Context, map); in MR_BuildRaidContext()
[all …]