Searched refs:MR_ArPdGet (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 132 u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_DRV_RAID_MAP_ALL *map) in MR_ArPdGet() function 742 pd = MR_ArPdGet(arRef, physArm, map); in mr_spanset_get_phy_params() 751 r1_alt_pd = MR_ArPdGet(arRef, physArm + 1, map); in mr_spanset_get_phy_params() 764 pd = MR_ArPdGet(arRef, physArm, map); in mr_spanset_get_phy_params() 857 pd = MR_ArPdGet(arRef, physArm, map); /* Get the pd */ in MR_GetPhyParams() 867 r1_alt_pd = MR_ArPdGet(arRef, physArm + 1, map); in MR_GetPhyParams() 881 pd = MR_ArPdGet(arRef, physArm, map); in MR_GetPhyParams() 1309 pd0 = MR_ArPdGet(arRef, arm, drv_map); in megasas_get_best_arm_pd() 1310 pd1 = MR_ArPdGet(arRef, (arm + 1) >= span_row_size ? in megasas_get_best_arm_pd()
|
D | megaraid_sas.h | 2519 u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_DRV_RAID_MAP_ALL *map);
|
D | megaraid_sas_fusion.c | 2867 pd = MR_ArPdGet(arRef, physArm, local_map_ptr); in megasas_build_ld_nonrw_fusion()
|