Lines Matching defs:ld

118 #define SPAN_ROW_SIZE(map, ld, index_) MR_LdSpanPtrGet(ld, index_, map)->spanRowSize  argument
119 #define SPAN_ROW_DATA_SIZE(map_, ld, index_) MR_LdSpanPtrGet(ld, index_, map)->spanRowDataSize argument
174 MR_LD_RAID *MR_LdRaidGet(u_int32_t ld, MR_FW_RAID_MAP_ALL *map) in MR_LdRaidGet()
179 u_int16_t MR_GetLDTgtId(u_int32_t ld, MR_FW_RAID_MAP_ALL *map) in MR_GetLDTgtId()
184 static u_int16_t MR_LdSpanArrayGet(u_int32_t ld, u_int32_t span, MR_FW_RAID_MAP_ALL *map) in MR_LdSpanArrayGet()
189 static u_int8_t MR_LdDataArmGet(u_int32_t ld, u_int32_t armIdx, MR_FW_RAID_MAP_ALL *map) in MR_LdDataArmGet()
204 static MR_LD_SPAN *MR_LdSpanPtrGet(u_int32_t ld, u_int32_t span, MR_FW_RAID_MAP_ALL *map) in MR_LdSpanPtrGet()
209 static MR_SPAN_BLOCK_INFO *MR_LdSpanInfoGet(u_int32_t ld, MR_FW_RAID_MAP_ALL *map) in MR_LdSpanInfoGet()
222 u_int32_t ld, ldBlockSize = MRSAS_SCSIBLOCKSIZE; in MR_LdBlockSizeGet() local
297 u_int16_t ld; in getSpanInfo() local
369 u_int32_t mr_spanset_get_span_block(struct mrsas_softc *sc, u_int32_t ld, u_int64_t row, in mr_spanset_get_span_block()
431 u_int32_t ld, u_int64_t strip, MR_FW_RAID_MAP_ALL *map) in get_row_from_strip()
490 u_int32_t ld, u_int64_t row, MR_FW_RAID_MAP_ALL *map) in get_strip_from_row()
547 u_int32_t ld, u_int64_t strip, MR_FW_RAID_MAP_ALL *map) in get_arm_from_strip()
588 u_int8_t get_arm(struct mrsas_softc *sc, u_int32_t ld, u_int8_t span, u_int64_t stripe, in get_arm()
629 static u_int8_t mr_spanset_get_phy_params(struct mrsas_softc *sc, u_int32_t ld, u_int64_t stripRow, in mr_spanset_get_phy_params()
699 u_int32_t ld, stripSize, stripe_mask; in MR_BuildRaidContext() local
925 u_int16_t ld; in mr_update_span_set() local
1036 u_int16_t ld; in mrsas_update_load_balance_params() local
1090 u_int32_t ld; in mrsas_set_pd_lba() local
1336 u_int8_t MR_GetPhyParams(struct mrsas_softc *sc, u_int32_t ld, in MR_GetPhyParams()
1419 u_int32_t MR_GetSpanBlock(u_int32_t ld, u_int64_t row, u_int64_t *span_blk, in MR_GetSpanBlock()