Lines Matching refs:strip
84 u64 strip, struct MR_DRV_RAID_MAP_ALL *map);
507 u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) in get_row_from_strip() argument
521 if (strip > span_set->data_strip_end) in get_row_from_strip()
524 span_set_Strip = strip - span_set->data_strip_start; in get_row_from_strip()
541 "data width 0x%llx span offset 0x%x\n", strip, in get_row_from_strip()
547 "row is 0x%llx\n", strip, in get_row_from_strip()
584 u64 strip; in get_strip_from_row() local
603 strip = mega_div64_32 in get_strip_from_row()
607 strip *= span_set->span_row_data_width; in get_strip_from_row()
608 strip += span_set->data_strip_start; in get_strip_from_row()
609 strip += span_set->strip_offset[span]; in get_strip_from_row()
610 return strip; in get_strip_from_row()
637 u32 ld, u64 strip, struct MR_DRV_RAID_MAP_ALL *map) in get_arm_from_strip() argument
650 if (strip > span_set->data_strip_end) in get_arm_from_strip()
654 ((strip - span_set->data_strip_start), in get_arm_from_strip()
670 (long unsigned int)strip, (strip_offset - span_offset)); in get_arm_from_strip()
678 ld, (long unsigned int)strip); in get_arm_from_strip()