Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_xcopy.h5 #define XCOPY_TARGET_DESC_LEN 32 macro
H A Dtarget_core_xcopy.c220 int offset = tdll % XCOPY_TARGET_DESC_LEN, rc; in target_xcopy_parse_target_descriptors()
228 " multiple of %d\n", XCOPY_TARGET_DESC_LEN); in target_xcopy_parse_target_descriptors()
232 if (tdll > RCR_OP_MAX_TARGET_DESC_COUNT * XCOPY_TARGET_DESC_LEN) { in target_xcopy_parse_target_descriptors()
258 start += XCOPY_TARGET_DESC_LEN; in target_xcopy_parse_target_descriptors()
259 desc += XCOPY_TARGET_DESC_LEN; in target_xcopy_parse_target_descriptors()
876 rc * XCOPY_TARGET_DESC_LEN); in target_parse_xcopy_cmd()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_xcopy.h5 #define XCOPY_TARGET_DESC_LEN 32 macro
H A Dtarget_core_xcopy.c207 int offset = tdll % XCOPY_TARGET_DESC_LEN, rc; in target_xcopy_parse_target_descriptors()
215 " multiple of %d\n", XCOPY_TARGET_DESC_LEN); in target_xcopy_parse_target_descriptors()
219 if (tdll > RCR_OP_MAX_TARGET_DESC_COUNT * XCOPY_TARGET_DESC_LEN) { in target_xcopy_parse_target_descriptors()
245 start += XCOPY_TARGET_DESC_LEN; in target_xcopy_parse_target_descriptors()
246 desc += XCOPY_TARGET_DESC_LEN; in target_xcopy_parse_target_descriptors()
863 rc * XCOPY_TARGET_DESC_LEN); in target_parse_xcopy_cmd()

Completed in 3 milliseconds