Home
last modified time | relevance | path

Searched refs:XCOPY_SEGMENT_DESC_LEN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_xcopy.h6 #define XCOPY_SEGMENT_DESC_LEN 28 macro
H A Dtarget_core_xcopy.c354 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()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_xcopy.h6 #define XCOPY_SEGMENT_DESC_LEN 28 macro
H A Dtarget_core_xcopy.c340 int offset = sdll % XCOPY_SEGMENT_DESC_LEN, rc, ret = 0; in target_xcopy_parse_segment_descriptors()
346 " multiple of %d\n", XCOPY_SEGMENT_DESC_LEN); in target_xcopy_parse_segment_descriptors()
350 if (sdll > RCR_OP_MAX_SG_DESC_COUNT * XCOPY_SEGMENT_DESC_LEN) { in target_xcopy_parse_segment_descriptors()
369 start += XCOPY_SEGMENT_DESC_LEN; in target_xcopy_parse_segment_descriptors()
370 desc += XCOPY_SEGMENT_DESC_LEN; in target_xcopy_parse_segment_descriptors()
845 rc * XCOPY_SEGMENT_DESC_LEN); in target_parse_xcopy_cmd()

Completed in 3 milliseconds