Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c78 u64 stripRow, u16 stripRef, struct IO_REQUEST_INFO *io_info,
702 u64 stripRow, u16 stripRef, struct IO_REQUEST_INFO *io_info, in mr_spanset_get_phy_params() argument
726 logArm = get_arm_from_strip(instance, ld, stripRow, map); in mr_spanset_get_phy_params()
737 physArm = get_arm(instance, ld, span, stripRow, map); in mr_spanset_get_phy_params()
804 u8 MR_GetPhyParams(struct megasas_instance *instance, u32 ld, u64 stripRow, in MR_GetPhyParams() argument
822 row = mega_div64_32(stripRow, raid->rowDataSize); in MR_GetPhyParams()
826 u32 logArm = mega_mod64(stripRow, raid->rowDataSize); in MR_GetPhyParams()
841 physArm = MR_LdDataArmGet(ld, mega_mod64(stripRow, in MR_GetPhyParams()