Home
last modified time | relevance | path

Searched refs:strip_offset (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c513 u32 info, strip_offset, span, span_offset; in get_row_from_strip() local
525 strip_offset = mega_mod64(span_set_Strip, in get_row_from_strip()
532 if (strip_offset >= in get_row_from_strip()
533 span_set->strip_offset[span]) in get_row_from_strip()
609 strip += span_set->strip_offset[span]; in get_strip_from_row()
643 u32 info, strip_offset, span, span_offset, retval; in get_arm_from_strip() local
653 strip_offset = (uint)mega_mod64 in get_arm_from_strip()
660 if (strip_offset >= in get_arm_from_strip()
661 span_set->strip_offset[span]) in get_arm_from_strip()
663 span_set->strip_offset[span]; in get_arm_from_strip()
[all …]
Dmegaraid_sas_fusion.h703 u8 strip_offset[MAX_SPAN_DEPTH]; member