Searched refs:tdll (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_xcopy.c | 216 unsigned short tdll, sense_reason_t *sense_ret) in target_xcopy_parse_target_descriptors() 220 int offset = tdll % XCOPY_TARGET_DESC_LEN, rc; in target_xcopy_parse_target_descriptors() 232 if (tdll > RCR_OP_MAX_TARGET_DESC_COUNT * XCOPY_TARGET_DESC_LEN) { in target_xcopy_parse_target_descriptors() 234 " two src/dest descriptors, tdll: %hu too large..\n", tdll); in target_xcopy_parse_target_descriptors() 246 while (start < tdll) { in target_xcopy_parse_target_descriptors() 805 unsigned short tdll; in target_parse_xcopy_cmd() local 819 tdll = get_unaligned_be16(&p[2]); in target_parse_xcopy_cmd() 821 if (tdll + sdll > RCR_OP_MAX_DESC_LIST_LEN) { in target_parse_xcopy_cmd() 823 tdll in target_parse_xcopy_cmd() 214 target_xcopy_parse_target_descriptors(struct se_cmd *se_cmd, struct xcopy_op *xop, unsigned char *p, unsigned short tdll, sense_reason_t *sense_ret) target_xcopy_parse_target_descriptors() argument [all...] |
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_xcopy.c | 203 unsigned short tdll, sense_reason_t *sense_ret) in target_xcopy_parse_target_descriptors() 207 int offset = tdll % XCOPY_TARGET_DESC_LEN, rc; in target_xcopy_parse_target_descriptors() 219 if (tdll > RCR_OP_MAX_TARGET_DESC_COUNT * XCOPY_TARGET_DESC_LEN) { in target_xcopy_parse_target_descriptors() 221 " two src/dest descriptors, tdll: %hu too large..\n", tdll); in target_xcopy_parse_target_descriptors() 233 while (start < tdll) { in target_xcopy_parse_target_descriptors() 793 unsigned short tdll; in target_parse_xcopy_cmd() local 807 tdll = get_unaligned_be16(&p[2]); in target_parse_xcopy_cmd() 809 if (tdll + sdll > RCR_OP_MAX_DESC_LIST_LEN) { in target_parse_xcopy_cmd() 811 tdll in target_parse_xcopy_cmd() 201 target_xcopy_parse_target_descriptors(struct se_cmd *se_cmd, struct xcopy_op *xop, unsigned char *p, unsigned short tdll, sense_reason_t *sense_ret) target_xcopy_parse_target_descriptors() argument [all...] |
Completed in 3 milliseconds