tdll 193 drivers/target/target_core_xcopy.c unsigned short tdll, sense_reason_t *sense_ret) tdll 197 drivers/target/target_core_xcopy.c int offset = tdll % XCOPY_TARGET_DESC_LEN, rc; tdll 209 drivers/target/target_core_xcopy.c if (tdll > RCR_OP_MAX_TARGET_DESC_COUNT * XCOPY_TARGET_DESC_LEN) { tdll 211 drivers/target/target_core_xcopy.c " two src/dest descriptors, tdll: %hu too large..\n", tdll); tdll 223 drivers/target/target_core_xcopy.c while (start < tdll) { tdll 838 drivers/target/target_core_xcopy.c unsigned short tdll; tdll 852 drivers/target/target_core_xcopy.c tdll = get_unaligned_be16(&p[2]); tdll 854 drivers/target/target_core_xcopy.c if (tdll + sdll > RCR_OP_MAX_DESC_LIST_LEN) { tdll 856 drivers/target/target_core_xcopy.c tdll + sdll, RCR_OP_MAX_DESC_LIST_LEN); tdll 867 drivers/target/target_core_xcopy.c if (se_cmd->data_length < (XCOPY_HDR_LEN + tdll + sdll + inline_dl)) { tdll 870 drivers/target/target_core_xcopy.c se_cmd->data_length, tdll, sdll, inline_dl); tdll 877 drivers/target/target_core_xcopy.c tdll, sdll, inline_dl); tdll 883 drivers/target/target_core_xcopy.c seg_desc = &p[16] + tdll; tdll 893 drivers/target/target_core_xcopy.c rc = target_xcopy_parse_target_descriptors(se_cmd, xop, &p[16], tdll, &ret);