Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/mrsas/
H A Dmrsas_fp.c87 static u_int16_t MR_ArPdGet(u_int32_t ar, u_int32_t arm,
199 static u_int16_t MR_ArPdGet(u_int32_t ar, u_int32_t arm, MR_FW_RAID_MAP_ALL *map) in MR_ArPdGet() function
665 pd = MR_ArPdGet(arRef, physArm, map); in mr_spanset_get_phy_params()
675 pd = MR_ArPdGet(arRef, physArm + 1, map); in mr_spanset_get_phy_params()
1060 pd = MR_ArPdGet(arRef, 0, map); in mrsas_update_load_balance_params()
1063 pd = MR_ArPdGet(arRef, 1, map); in mrsas_update_load_balance_params()
1387 pd = MR_ArPdGet(arRef, physArm, map); // Get the Pd. in MR_GetPhyParams()
1397 pd = MR_ArPdGet(arRef, physArm + 1, map); // Get Alternate Pd. in MR_GetPhyParams()