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

/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_fp.c1010 u_int64_t endLba, endStrip, endRow, start_row, start_strip; local
1062 endRow = get_row_from_strip(sc, ld, endStrip, map);
1090 mrsas_dprint(sc, MRSAS_PRL11, "AVAGO Debug : 1. start_row 0x%llx endRow 0x%llx Start span 0x%x\n",
1091 (unsigned long long)start_row, (unsigned long long)endRow, startlba_span);
1094 endRow = mega_div64_32(endStrip, raid->rowDataSize);
1097 numRows = (u_int8_t)(endRow - start_row + 1); /* get the row count */
1142 if (endStrip == endRow * raid->rowDataSize)
1161 if (endStrip == get_strip_from_row(sc, ld, endRow, map))

Completed in 106 milliseconds