Searched refs:endRow (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/mrsas/ |
H A D | mrsas_fp.c | 1001 u_int64_t endLba, endStrip, endRow, start_row, start_strip; in MR_BuildRaidContext() local 1053 endRow = get_row_from_strip(sc, ld, endStrip, map); in MR_BuildRaidContext() 1082 (unsigned long long)start_row, (unsigned long long)endRow, startlba_span); in MR_BuildRaidContext() 1085 endRow = mega_div64_32(endStrip, raid->rowDataSize); in MR_BuildRaidContext() 1088 numRows = (u_int8_t)(endRow - start_row + 1); /* get the row count */ in MR_BuildRaidContext() 1133 if (endStrip == endRow * raid->rowDataSize) in MR_BuildRaidContext() 1152 if (endStrip == get_strip_from_row(sc, ld, endRow, map)) in MR_BuildRaidContext()
|