Home
last modified time | relevance | path

Searched refs:dtdi (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_xcopy.c174 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()
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()
331 XCOPY_CSCD_DESC_ID_LIST_OFF_MAX, xop->stdi, xop->dtdi); in target_xcopy_parse_segdesc_02()
336 desc_len, xop->stdi, xop->dtdi, dc); in target_xcopy_parse_segdesc_02()
H A Dtarget_core_xcopy.h35 unsigned short dtdi; member