Searched refs:MR_LdSpanPtrGet (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/mrsas/ |
H A D | mrsas_fp.c | 94 MR_LdSpanPtrGet(u_int32_t ld, u_int32_t span, 128 #define SPAN_ROW_SIZE(map, ld, index_) MR_LdSpanPtrGet(ld, index_, map)->spanRowSize 130 MR_LdSpanPtrGet(ld, index_, map)->spanRowDataSize 226 MR_LdSpanPtrGet(u_int32_t ld, u_int32_t span, MR_DRV_RAID_MAP_ALL * map) in MR_LdSpanPtrGet() function 976 *pdBlock += stripRef + le64toh(MR_LdSpanPtrGet(ld, span, map)->startBlk); in mr_spanset_get_phy_params() 1029 if (MR_LdSpanPtrGet(ld, 0, map)->spanRowDataSize == 0) in MR_BuildRaidContext() 1036 MR_LdSpanPtrGet(ld, 0, map)->spanRowDataSize); in MR_BuildRaidContext() 1253 MR_LdSpanPtrGet(ld, count, map)->spanRowDataSize; in mr_update_span_set() 1256 MR_LdSpanPtrGet(ld, count, map)->spanRowDataSize); in mr_update_span_set() 1725 *pdBlock += stripRef + le64toh(MR_LdSpanPtrGet(ld, span, map)->startBlk); in MR_GetPhyParams()
|