Searched refs:rightmostParityArm (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c910 s8 rightmostParityArm, PParityArm; local
919 rightmostParityArm = (arms - 1) - mega_mod64(rowNum, arms);
924 dataArm = mega_mod64((rightmostParityArm + 1 + logArm), arms);
941 /* rightmostParityArm is P-Parity for RAID 5 and Q-Parity for RAID */
942 pRAID_Context->flow_specific.r56_arm_map = rightmostParityArm;
947 (u16)(rightmostParityArm << RAID_CTX_R56_P_ARM_SHIFT);

Completed in 206 milliseconds