Searched refs:MR_ArPdGet (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas_fp.c | 135 u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_DRV_RAID_MAP_ALL *map) in MR_ArPdGet() function 767 pd = MR_ArPdGet(arRef, physArm, map); in mr_spanset_get_phy_params() 778 pd = MR_ArPdGet(arRef, physArm + 1, map); in mr_spanset_get_phy_params() 861 pd = MR_ArPdGet(arRef, physArm, map); /* Get the pd */ in MR_GetPhyParams() 874 pd = MR_ArPdGet(arRef, physArm + 1, map); in MR_GetPhyParams() 1313 pd0 = MR_ArPdGet(arRef, arm, drv_map); in megasas_get_best_arm_pd() 1314 pd1 = MR_ArPdGet(arRef, (arm + 1) >= span_row_size ? in megasas_get_best_arm_pd()
|
D | megaraid_sas.h | 1964 u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_DRV_RAID_MAP_ALL *map);
|
D | megaraid_sas_fusion.c | 1773 pd = MR_ArPdGet(arRef, physArm, local_map_ptr); in megasas_build_dcdb_fusion()
|