Searched refs:dtdi (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_xcopy.c | 174 if (cscd_index != xop->stdi && cscd_index != xop->dtdi) { in target_xcopy_parse_tiddesc_e4() 194 if (cscd_index == xop->dtdi) { in target_xcopy_parse_tiddesc_e4() 199 * destination (dtdi), or dtdi comes after stdi, then in target_xcopy_parse_tiddesc_e4() 285 "stdi: %hu dtdi: %hu\n", xop->stdi, xop->dtdi); in target_xcopy_parse_target_descriptors() 326 xop->dtdi = get_unaligned_be16(&desc[6]); in target_xcopy_parse_segdesc_02() 329 xop->dtdi > XCOPY_CSCD_DESC_ID_LIST_OFF_MAX) { in target_xcopy_parse_segdesc_02() 330 pr_err("XCOPY segment desc 0x02: unsupported CSCD ID > 0x%x; stdi: %hu dtdi: %hu\n", in target_xcopy_parse_segdesc_02() 331 XCOPY_CSCD_DESC_ID_LIST_OFF_MAX, xop->stdi, xop->dtdi); in target_xcopy_parse_segdesc_02() [all...] |
H A D | target_core_xcopy.h | 35 unsigned short dtdi; member
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_xcopy.c | 161 if (cscd_index != xop->stdi && cscd_index != xop->dtdi) { in target_xcopy_parse_tiddesc_e4() 181 if (cscd_index == xop->dtdi) { in target_xcopy_parse_tiddesc_e4() 186 * destination (dtdi), or dtdi comes after stdi, then in target_xcopy_parse_tiddesc_e4() 272 "stdi: %hu dtdi: %hu\n", xop->stdi, xop->dtdi); in target_xcopy_parse_target_descriptors() 312 xop->dtdi = get_unaligned_be16(&desc[6]); in target_xcopy_parse_segdesc_02() 315 xop->dtdi > XCOPY_CSCD_DESC_ID_LIST_OFF_MAX) { in target_xcopy_parse_segdesc_02() 316 pr_err("XCOPY segment desc 0x02: unsupported CSCD ID > 0x%x; stdi: %hu dtdi: %hu\n", in target_xcopy_parse_segdesc_02() 317 XCOPY_CSCD_DESC_ID_LIST_OFF_MAX, xop->stdi, xop->dtdi); in target_xcopy_parse_segdesc_02() [all...] |
H A D | target_core_xcopy.h | 35 unsigned short dtdi; member
|
Completed in 3 milliseconds