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

/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c118 u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_DRV_RAID_MAP_ALL *map) function
729 pd = MR_ArPdGet(arRef, physArm, map);
738 r1_alt_pd = MR_ArPdGet(arRef, physArm + 1, map);
751 pd = MR_ArPdGet(arRef, physArm, map);
842 pd = MR_ArPdGet(arRef, physArm, map); /* Get the pd */
852 r1_alt_pd = MR_ArPdGet(arRef, physArm + 1, map);
866 pd = MR_ArPdGet(arRef, physArm, map);
1373 pd0 = MR_ArPdGet(arRef, arm, drv_map);
1374 pd1 = MR_ArPdGet(arRef, (arm + 1) >= span_row_size ?
H A Dmegaraid_sas.h2688 u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_DRV_RAID_MAP_ALL *map);
H A Dmegaraid_sas_fusion.c3044 pd = MR_ArPdGet(arRef, physArm, local_map_ptr);

Completed in 120 milliseconds