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

/freebsd-10.1-release/sys/dev/mrsas/
H A Dmrsas_fp.c89 static u_int16_t MR_ArPdGet(u_int32_t ar, u_int32_t arm,
201 static u_int16_t MR_ArPdGet(u_int32_t ar, u_int32_t arm, MR_FW_RAID_MAP_ALL *map) function
667 pd = MR_ArPdGet(arRef, physArm, map);
677 pd = MR_ArPdGet(arRef, physArm + 1, map);
1062 pd = MR_ArPdGet(arRef, 0, map);
1065 pd = MR_ArPdGet(arRef, 1, map);
1389 pd = MR_ArPdGet(arRef, physArm, map); // Get the Pd.
1399 pd = MR_ArPdGet(arRef, physArm + 1, map); // Get Alternate Pd.

Completed in 175 milliseconds