Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_xcopy.c194 int offset = tdll % XCOPY_TARGET_DESC_LEN, rc, ret = 0; in target_xcopy_parse_target_descriptors()
200 " multiple of %d\n", XCOPY_TARGET_DESC_LEN); in target_xcopy_parse_target_descriptors()
233 start += XCOPY_TARGET_DESC_LEN; in target_xcopy_parse_target_descriptors()
234 desc += XCOPY_TARGET_DESC_LEN; in target_xcopy_parse_target_descriptors()
916 rc * XCOPY_TARGET_DESC_LEN); in target_do_xcopy()
918 seg_desc += (rc * XCOPY_TARGET_DESC_LEN); in target_do_xcopy()
Dtarget_core_xcopy.h1 #define XCOPY_TARGET_DESC_LEN 32 macro