Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_xcopy.c190 unsigned short tdll) in target_xcopy_parse_target_descriptors() argument
194 int offset = tdll % XCOPY_TARGET_DESC_LEN, rc, ret = 0; in target_xcopy_parse_target_descriptors()
203 if (tdll > 64) { in target_xcopy_parse_target_descriptors()
205 " two src/dest descriptors, tdll: %hu too large..\n", tdll); in target_xcopy_parse_target_descriptors()
215 while (start < tdll) { in target_xcopy_parse_target_descriptors()
854 unsigned short tdll; in target_do_xcopy() local
887 tdll = get_unaligned_be16(&p[2]); in target_do_xcopy()
898 tdll, sdll, inline_dl); in target_do_xcopy()
900 rc = target_xcopy_parse_target_descriptors(se_cmd, xop, &p[16], tdll); in target_do_xcopy()