Searched refs:XCOPY_SEGMENT_DESC_LEN (Results 1 – 2 of 2) sorted by relevance
341 int offset = sdll % XCOPY_SEGMENT_DESC_LEN, rc, ret = 0; in target_xcopy_parse_segment_descriptors()347 " multiple of %d\n", XCOPY_SEGMENT_DESC_LEN); in target_xcopy_parse_segment_descriptors()351 if (sdll > RCR_OP_MAX_SG_DESC_COUNT * XCOPY_SEGMENT_DESC_LEN) { in target_xcopy_parse_segment_descriptors()370 start += XCOPY_SEGMENT_DESC_LEN; in target_xcopy_parse_segment_descriptors()371 desc += XCOPY_SEGMENT_DESC_LEN; in target_xcopy_parse_segment_descriptors()846 rc * XCOPY_SEGMENT_DESC_LEN); in target_parse_xcopy_cmd()
6 #define XCOPY_SEGMENT_DESC_LEN 28 macro