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

/freebsd-11-stable/sys/dev/mrsas/
H A Dmrsas_fp.c94 MR_ArPdGet(u_int32_t ar, u_int32_t arm,
229 MR_ArPdGet(u_int32_t ar, u_int32_t arm, MR_DRV_RAID_MAP_ALL * map) function
959 pd = MR_ArPdGet(arRef, physArm, map);
966 r1_alt_pd = MR_ArPdGet(arRef, physArm + 1, map);
977 pd = MR_ArPdGet(arRef, physArm + 1, map);
1576 pd0 = MR_ArPdGet(arRef, arm, drv_map);
1577 pd1 = MR_ArPdGet(arRef, (arm + 1) >= span_row_size ?
1702 pd = MR_ArPdGet(arRef, physArm, map); /* Get the Pd. */
1710 r1_alt_pd = MR_ArPdGet(arRef, physArm + 1, map);
1722 pd = MR_ArPdGet(arRe
[all...]

Completed in 65 milliseconds