Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_xcopy.h2 #define XCOPY_SEGMENT_DESC_LEN 28 macro
Dtarget_core_xcopy.c305 int offset = sdll % XCOPY_SEGMENT_DESC_LEN, rc, ret = 0; in target_xcopy_parse_segment_descriptors()
309 " multiple of %d\n", XCOPY_SEGMENT_DESC_LEN); in target_xcopy_parse_segment_descriptors()
324 start += XCOPY_SEGMENT_DESC_LEN; in target_xcopy_parse_segment_descriptors()
325 desc += XCOPY_SEGMENT_DESC_LEN; in target_xcopy_parse_segment_descriptors()
928 rc * XCOPY_SEGMENT_DESC_LEN); in target_do_xcopy()