Home
last modified time | relevance | path

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

/openbmc/linux/drivers/target/
H A Dtarget_core_xcopy.c340 int offset = sdll % XCOPY_SEGMENT_DESC_LEN, rc, ret = 0; in target_xcopy_parse_segment_descriptors()
346 " multiple of %d\n", XCOPY_SEGMENT_DESC_LEN); in target_xcopy_parse_segment_descriptors()
350 if (sdll > RCR_OP_MAX_SG_DESC_COUNT * XCOPY_SEGMENT_DESC_LEN) { in target_xcopy_parse_segment_descriptors()
369 start += XCOPY_SEGMENT_DESC_LEN; in target_xcopy_parse_segment_descriptors()
370 desc += XCOPY_SEGMENT_DESC_LEN; in target_xcopy_parse_segment_descriptors()
845 rc * XCOPY_SEGMENT_DESC_LEN); in target_parse_xcopy_cmd()
H A Dtarget_core_xcopy.h6 #define XCOPY_SEGMENT_DESC_LEN 28 macro