Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c914 u64 endLba, endStrip, endRow, start_row, start_strip; in MR_BuildRaidContext() local
972 endRow = get_row_from_strip(instance, ld, endStrip, map); in MR_BuildRaidContext()
973 if (start_row == -1ULL || endRow == -1ULL) { in MR_BuildRaidContext()
1006 (unsigned long long)endRow, startlba_span); in MR_BuildRaidContext()
1010 endRow = mega_div64_32(endStrip, raid->rowDataSize); in MR_BuildRaidContext()
1012 numRows = (u8)(endRow - start_row + 1); in MR_BuildRaidContext()
1062 if (endStrip == endRow*raid->rowDataSize) in MR_BuildRaidContext()
1086 if (endStrip == get_strip_from_row(instance, ld, endRow, map)) in MR_BuildRaidContext()