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

/linux-4.4.14/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c752 row = io_info->start_row; mr_spanset_get_phy_params()
914 u64 endLba, endStrip, endRow, start_row, start_strip; MR_BuildRaidContext() local
971 start_row = get_row_from_strip(instance, ld, start_strip, map); MR_BuildRaidContext()
973 if (start_row == -1ULL || endRow == -1ULL) { MR_BuildRaidContext()
982 *pdBlock = start_row << raid->stripeShift; MR_BuildRaidContext()
985 ld, start_row, pdBlock, map); MR_BuildRaidContext()
990 (unsigned long long)start_row, MR_BuildRaidContext()
996 io_info->start_row = start_row; MR_BuildRaidContext()
1001 (unsigned long long)start_row, MR_BuildRaidContext()
1004 dev_dbg(&instance->pdev->dev, "start_row 0x%llx endRow 0x%llx" MR_BuildRaidContext()
1005 "Start span 0x%x\n", (unsigned long long)start_row, MR_BuildRaidContext()
1009 start_row = mega_div64_32(start_strip, raid->rowDataSize); MR_BuildRaidContext()
1012 numRows = (u8)(endRow - start_row + 1); MR_BuildRaidContext()
1019 regStart = start_row << raid->stripeShift; MR_BuildRaidContext()
1050 if (start_strip == (start_row + 1) * raid->rowDataSize - 1) { MR_BuildRaidContext()
1071 if (start_strip == (get_strip_from_row(instance, ld, start_row, map) + MR_BuildRaidContext()
H A Dmegaraid_sas_fusion.h643 u64 start_row; member in struct:IO_REQUEST_INFO

Completed in 89 milliseconds