Lines Matching refs:tdll
193 unsigned short tdll, sense_reason_t *sense_ret) in target_xcopy_parse_target_descriptors() argument
197 int offset = tdll % XCOPY_TARGET_DESC_LEN, rc; in target_xcopy_parse_target_descriptors()
209 if (tdll > RCR_OP_MAX_TARGET_DESC_COUNT * XCOPY_TARGET_DESC_LEN) { in target_xcopy_parse_target_descriptors()
211 " two src/dest descriptors, tdll: %hu too large..\n", tdll); in target_xcopy_parse_target_descriptors()
223 while (start < tdll) { in target_xcopy_parse_target_descriptors()
784 unsigned short tdll; in target_parse_xcopy_cmd() local
798 tdll = get_unaligned_be16(&p[2]); in target_parse_xcopy_cmd()
800 if (tdll + sdll > RCR_OP_MAX_DESC_LIST_LEN) { in target_parse_xcopy_cmd()
802 tdll + sdll, RCR_OP_MAX_DESC_LIST_LEN); in target_parse_xcopy_cmd()
813 if (se_cmd->data_length < (XCOPY_HDR_LEN + tdll + sdll + inline_dl)) { in target_parse_xcopy_cmd()
816 se_cmd->data_length, tdll, sdll, inline_dl); in target_parse_xcopy_cmd()
823 tdll, sdll, inline_dl); in target_parse_xcopy_cmd()
829 seg_desc = &p[16] + tdll; in target_parse_xcopy_cmd()
839 rc = target_xcopy_parse_target_descriptors(se_cmd, xop, &p[16], tdll, &ret); in target_parse_xcopy_cmd()