Lines Matching refs:start_row
933 row = io_info->start_row; in mr_spanset_get_phy_params()
1001 u_int64_t endLba, endStrip, endRow, start_row, start_strip; in MR_BuildRaidContext() local
1052 start_row = get_row_from_strip(sc, ld, start_strip, map); in MR_BuildRaidContext()
1056 *pdBlock = start_row << raid->stripeShift; in MR_BuildRaidContext()
1058 startlba_span = (u_int8_t)mr_spanset_get_span_block(sc, ld, start_row, in MR_BuildRaidContext()
1069 __LINE__, (unsigned long long)start_row, in MR_BuildRaidContext()
1075 io_info->start_row = start_row; in MR_BuildRaidContext()
1078 __func__, __LINE__, (unsigned long long)start_row, in MR_BuildRaidContext()
1082 (unsigned long long)start_row, (unsigned long long)endRow, startlba_span); in MR_BuildRaidContext()
1084 start_row = mega_div64_32(start_strip, raid->rowDataSize); in MR_BuildRaidContext()
1088 numRows = (u_int8_t)(endRow - start_row + 1); /* get the row count */ in MR_BuildRaidContext()
1094 regStart = start_row << raid->stripeShift; in MR_BuildRaidContext()
1120 if (start_strip == (start_row + 1) * raid->rowDataSize - 1) { in MR_BuildRaidContext()
1138 if (start_strip == (get_strip_from_row(sc, ld, start_row, map) + in MR_BuildRaidContext()