Lines Matching refs:start_row
746 row = io_info->start_row; in mr_spanset_get_phy_params()
905 u64 endLba, endStrip, endRow, start_row, start_strip; in MR_BuildRaidContext() local
961 start_row = get_row_from_strip(instance, ld, start_strip, map); in MR_BuildRaidContext()
963 if (start_row == -1ULL || endRow == -1ULL) { in MR_BuildRaidContext()
972 *pdBlock = start_row << raid->stripeShift; in MR_BuildRaidContext()
975 ld, start_row, pdBlock, map); in MR_BuildRaidContext()
980 (unsigned long long)start_row, in MR_BuildRaidContext()
986 io_info->start_row = start_row; in MR_BuildRaidContext()
991 (unsigned long long)start_row, in MR_BuildRaidContext()
995 "Start span 0x%x\n", (unsigned long long)start_row, in MR_BuildRaidContext()
999 start_row = mega_div64_32(start_strip, raid->rowDataSize); in MR_BuildRaidContext()
1002 numRows = (u8)(endRow - start_row + 1); in MR_BuildRaidContext()
1009 regStart = start_row << raid->stripeShift; in MR_BuildRaidContext()
1040 if (start_strip == (start_row + 1) * raid->rowDataSize - 1) { in MR_BuildRaidContext()
1061 if (start_strip == (get_strip_from_row(instance, ld, start_row, map) + in MR_BuildRaidContext()