Searched refs:start_strip (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/mrsas/
H A Dmrsas_fp.c1001 u_int64_t endLba, endStrip, endRow, start_row, start_strip; local
1045 start_strip = ldStartBlock >> raid->stripeShift;
1050 num_strips = (u_int8_t)(endStrip - start_strip + 1); /* End strip */
1052 start_row = get_row_from_strip(sc, ld, start_strip, map);
1070 (unsigned long long)start_strip,
1079 (unsigned long long)start_strip,
1084 start_row = mega_div64_32(start_strip, raid->rowDataSize);
1120 if (start_strip == (start_row + 1) * raid->rowDataSize - 1) {
1138 if (start_strip == (get_strip_from_row(sc, ld, start_row, map) +
1173 mr_spanset_get_phy_params(sc, ld, start_strip,
[all...]

Completed in 214 milliseconds