Searched refs:sdll (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_xcopy.c | 350 unsigned int sdll, sense_reason_t *sense_ret) in target_xcopy_parse_segment_descriptors() 354 int offset = sdll % XCOPY_SEGMENT_DESC_LEN, rc, ret = 0; in target_xcopy_parse_segment_descriptors() 364 if (sdll > RCR_OP_MAX_SG_DESC_COUNT * XCOPY_SEGMENT_DESC_LEN) { in target_xcopy_parse_segment_descriptors() 365 pr_err("XCOPY supports %u segment descriptor(s), sdll: %u too" in target_xcopy_parse_segment_descriptors() 366 " large..\n", RCR_OP_MAX_SG_DESC_COUNT, sdll); in target_xcopy_parse_segment_descriptors() 372 while (start < sdll) { in target_xcopy_parse_segment_descriptors() 802 unsigned int list_id, list_id_usage, sdll, inline_dl; in target_parse_xcopy_cmd() local 820 sdll = get_unaligned_be32(&p[8]); in target_parse_xcopy_cmd() 821 if (tdll + sdll > RCR_OP_MAX_DESC_LIST_LEN) { in target_parse_xcopy_cmd() 823 tdll + sdll, RCR_OP_MAX_DESC_LIST_LE in target_parse_xcopy_cmd() 348 target_xcopy_parse_segment_descriptors(struct se_cmd *se_cmd, struct xcopy_op *xop, unsigned char *p, unsigned int sdll, sense_reason_t *sense_ret) target_xcopy_parse_segment_descriptors() argument [all...] |
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_xcopy.c | 335 unsigned char *p, unsigned int sdll, in target_xcopy_parse_segment_descriptors() 340 int offset = sdll % XCOPY_SEGMENT_DESC_LEN, rc, ret = 0; in target_xcopy_parse_segment_descriptors() 350 if (sdll > RCR_OP_MAX_SG_DESC_COUNT * XCOPY_SEGMENT_DESC_LEN) { in target_xcopy_parse_segment_descriptors() 351 pr_err("XCOPY supports %u segment descriptor(s), sdll: %u too" in target_xcopy_parse_segment_descriptors() 352 " large..\n", RCR_OP_MAX_SG_DESC_COUNT, sdll); in target_xcopy_parse_segment_descriptors() 358 while (start < sdll) { in target_xcopy_parse_segment_descriptors() 790 unsigned int list_id, list_id_usage, sdll, inline_dl; in target_parse_xcopy_cmd() local 808 sdll = get_unaligned_be32(&p[8]); in target_parse_xcopy_cmd() 809 if (tdll + sdll > RCR_OP_MAX_DESC_LIST_LEN) { in target_parse_xcopy_cmd() 811 tdll + sdll, RCR_OP_MAX_DESC_LIST_LE in target_parse_xcopy_cmd() 334 target_xcopy_parse_segment_descriptors(struct xcopy_op *xop, unsigned char *p, unsigned int sdll, sense_reason_t *sense_ret) target_xcopy_parse_segment_descriptors() argument [all...] |
Completed in 3 milliseconds