Lines Matching refs:sdll
337 unsigned int sdll, sense_reason_t *sense_ret) in target_xcopy_parse_segment_descriptors() argument
341 int offset = sdll % XCOPY_SEGMENT_DESC_LEN, rc, ret = 0; in target_xcopy_parse_segment_descriptors()
351 if (sdll > RCR_OP_MAX_SG_DESC_COUNT * XCOPY_SEGMENT_DESC_LEN) { in target_xcopy_parse_segment_descriptors()
353 " large..\n", RCR_OP_MAX_SG_DESC_COUNT, sdll); in target_xcopy_parse_segment_descriptors()
359 while (start < sdll) { in target_xcopy_parse_segment_descriptors()
793 unsigned int list_id, list_id_usage, sdll, inline_dl; in target_parse_xcopy_cmd() local
811 sdll = get_unaligned_be32(&p[8]); in target_parse_xcopy_cmd()
812 if (tdll + sdll > RCR_OP_MAX_DESC_LIST_LEN) { in target_parse_xcopy_cmd()
814 tdll + sdll, RCR_OP_MAX_DESC_LIST_LEN); in target_parse_xcopy_cmd()
825 if (se_cmd->data_length < (XCOPY_HDR_LEN + tdll + sdll + inline_dl)) { in target_parse_xcopy_cmd()
828 se_cmd->data_length, tdll, sdll, inline_dl); in target_parse_xcopy_cmd()
835 tdll, sdll, inline_dl); in target_parse_xcopy_cmd()
844 sdll, &ret); in target_parse_xcopy_cmd()