Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_xcopy.c188 unsigned short tdll) in target_xcopy_parse_target_descriptors() argument
192 int offset = tdll % XCOPY_TARGET_DESC_LEN, rc, ret = 0; in target_xcopy_parse_target_descriptors()
201 if (tdll > 64) { in target_xcopy_parse_target_descriptors()
203 " two src/dest descriptors, tdll: %hu too large..\n", tdll); in target_xcopy_parse_target_descriptors()
213 while (start < tdll) { in target_xcopy_parse_target_descriptors()
832 unsigned short tdll; in target_do_xcopy() local
865 tdll = get_unaligned_be16(&p[2]); in target_do_xcopy()
876 tdll, sdll, inline_dl); in target_do_xcopy()
878 rc = target_xcopy_parse_target_descriptors(se_cmd, xop, &p[16], tdll); in target_do_xcopy()