Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_xcopy.h2 #define XCOPY_SEGMENT_DESC_LEN 28 macro
Dtarget_core_xcopy.c303 int offset = sdll % XCOPY_SEGMENT_DESC_LEN, rc, ret = 0; in target_xcopy_parse_segment_descriptors()
307 " multiple of %d\n", XCOPY_SEGMENT_DESC_LEN); in target_xcopy_parse_segment_descriptors()
322 start += XCOPY_SEGMENT_DESC_LEN; in target_xcopy_parse_segment_descriptors()
323 desc += XCOPY_SEGMENT_DESC_LEN; in target_xcopy_parse_segment_descriptors()
906 rc * XCOPY_SEGMENT_DESC_LEN); in target_do_xcopy()