Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_xcopy.c192 int offset = tdll % XCOPY_TARGET_DESC_LEN, rc, ret = 0; in target_xcopy_parse_target_descriptors()
198 " multiple of %d\n", XCOPY_TARGET_DESC_LEN); in target_xcopy_parse_target_descriptors()
231 start += XCOPY_TARGET_DESC_LEN; in target_xcopy_parse_target_descriptors()
232 desc += XCOPY_TARGET_DESC_LEN; in target_xcopy_parse_target_descriptors()
894 rc * XCOPY_TARGET_DESC_LEN); in target_do_xcopy()
896 seg_desc += (rc * XCOPY_TARGET_DESC_LEN); in target_do_xcopy()
Dtarget_core_xcopy.h1 #define XCOPY_TARGET_DESC_LEN 32 macro