Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c118 u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_DRV_RAID_MAP_ALL *map) in MR_ArPdGet() function
729 pd = MR_ArPdGet(arRef, physArm, map); in mr_spanset_get_phy_params()
738 r1_alt_pd = MR_ArPdGet(arRef, physArm + 1, map); in mr_spanset_get_phy_params()
751 pd = MR_ArPdGet(arRef, physArm, map); in mr_spanset_get_phy_params()
842 pd = MR_ArPdGet(arRef, physArm, map); /* Get the pd */ in MR_GetPhyParams()
852 r1_alt_pd = MR_ArPdGet(arRef, physArm + 1, map); in MR_GetPhyParams()
866 pd = MR_ArPdGet(arRef, physArm, map); in MR_GetPhyParams()
1373 pd0 = MR_ArPdGet(arRef, arm, drv_map); in megasas_get_best_arm_pd()
1374 pd1 = MR_ArPdGet(arRef, (arm + 1) >= span_row_size ? in megasas_get_best_arm_pd()
Dmegaraid_sas.h2686 u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_DRV_RAID_MAP_ALL *map);
Dmegaraid_sas_fusion.c3041 pd = MR_ArPdGet(arRef, physArm, local_map_ptr); in megasas_build_ld_nonrw_fusion()