Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/mrsas/
HDmrsas_fp.c1010 u_int64_t endLba, endStrip, endRow, start_row, start_strip; in MR_BuildRaidContext() local
1062 endRow = get_row_from_strip(sc, ld, endStrip, map); in MR_BuildRaidContext()
1091 (unsigned long long)start_row, (unsigned long long)endRow, startlba_span); in MR_BuildRaidContext()
1094 endRow = mega_div64_32(endStrip, raid->rowDataSize); in MR_BuildRaidContext()
1097 numRows = (u_int8_t)(endRow - start_row + 1); /* get the row count */ in MR_BuildRaidContext()
1142 if (endStrip == endRow * raid->rowDataSize) in MR_BuildRaidContext()
1161 if (endStrip == get_strip_from_row(sc, ld, endRow, map)) in MR_BuildRaidContext()