Lines Matching refs:start_row
752 row = io_info->start_row; in mr_spanset_get_phy_params()
914 u64 endLba, endStrip, endRow, start_row, start_strip; in MR_BuildRaidContext() local
971 start_row = get_row_from_strip(instance, ld, start_strip, map); in MR_BuildRaidContext()
973 if (start_row == -1ULL || endRow == -1ULL) { in MR_BuildRaidContext()
982 *pdBlock = start_row << raid->stripeShift; in MR_BuildRaidContext()
985 ld, start_row, pdBlock, map); in MR_BuildRaidContext()
990 (unsigned long long)start_row, in MR_BuildRaidContext()
996 io_info->start_row = start_row; in MR_BuildRaidContext()
1001 (unsigned long long)start_row, in MR_BuildRaidContext()
1005 "Start span 0x%x\n", (unsigned long long)start_row, in MR_BuildRaidContext()
1009 start_row = mega_div64_32(start_strip, raid->rowDataSize); in MR_BuildRaidContext()
1012 numRows = (u8)(endRow - start_row + 1); in MR_BuildRaidContext()
1019 regStart = start_row << raid->stripeShift; in MR_BuildRaidContext()
1050 if (start_strip == (start_row + 1) * raid->rowDataSize - 1) { in MR_BuildRaidContext()
1071 if (start_strip == (get_strip_from_row(instance, ld, start_row, map) + in MR_BuildRaidContext()