Searched refs:XCOPY_SEGMENT_DESC_LEN (Results 1 – 2 of 2) sorted by relevance
354 int offset = sdll % XCOPY_SEGMENT_DESC_LEN, rc, ret = 0; in target_xcopy_parse_segment_descriptors()360 " multiple of %d\n", XCOPY_SEGMENT_DESC_LEN); in target_xcopy_parse_segment_descriptors()364 if (sdll > RCR_OP_MAX_SG_DESC_COUNT * XCOPY_SEGMENT_DESC_LEN) { in target_xcopy_parse_segment_descriptors()383 start += XCOPY_SEGMENT_DESC_LEN; in target_xcopy_parse_segment_descriptors()384 desc += XCOPY_SEGMENT_DESC_LEN; in target_xcopy_parse_segment_descriptors()858 rc * XCOPY_SEGMENT_DESC_LEN); in target_parse_xcopy_cmd()
6 #define XCOPY_SEGMENT_DESC_LEN 28 macro