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

/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c979 u64 endLba, endStrip, endRow, start_row, start_strip; local
1041 endRow = get_row_from_strip(instance, ld, endStrip, map);
1042 if (start_row == -1ULL || endRow == -1ULL) {
1068 endRow = mega_div64_32(endStrip, raid->rowDataSize);
1070 numRows = (u8)(endRow - start_row + 1);
1122 if (endStrip == endRow*raid->rowDataSize)
1146 if (endStrip == get_strip_from_row(instance, ld, endRow, map))

Completed in 148 milliseconds