Searched refs:mega_mod64 (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 83 u32 mega_mod64(u64 dividend, u32 divisor) in mega_mod64() function 399 le64_to_cpu(quad->logEnd) && (mega_mod64(row - le64_to_cpu(quad->logStart), in MR_GetSpanBlock() 463 (mega_mod64(row - le64_to_cpu(quad->logStart), in mr_spanset_get_span_block() 516 strip_offset = mega_mod64(span_set_Strip, in get_row_from_strip() 580 mega_mod64((row - le64_to_cpu(quad->logStart)), in get_strip_from_row() 632 strip_offset = (uint)mega_mod64 in get_arm_from_strip() 670 arm = mega_mod64(stripe, SPAN_ROW_SIZE(map, ld, span)); in get_arm() 729 rowMod = mega_mod64(row, SPAN_ROW_SIZE(map, ld, span)); in mr_spanset_get_phy_params() 826 u32 logArm = mega_mod64(stripRow, raid->rowDataSize); in MR_GetPhyParams() 832 rowMod = mega_mod64(row, raid->rowSize); in MR_GetPhyParams() [all …]
|
D | megaraid_sas_fusion.c | 1907 if (mega_mod64(sg_dma_len(sg_scmd), mr_nvme_pg_size) || in megasas_is_prp_possible() 1908 mega_mod64(sg_dma_address(sg_scmd), in megasas_is_prp_possible() 1917 if ((mega_mod64((sg_dma_address(sg_scmd) + in megasas_is_prp_possible() 1927 if (mega_mod64(sg_dma_address(sg_scmd), in megasas_is_prp_possible()
|
D | megaraid_sas.h | 2560 u32 mega_mod64(u64 dividend, u32 divisor);
|