Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_xcopy.c162 if (cscd_index != xop->stdi && cscd_index != xop->dtdi) { in target_xcopy_parse_tiddesc_e4()
168 if (cscd_index == xop->stdi) { in target_xcopy_parse_tiddesc_e4()
273 "stdi: %hu dtdi: %hu\n", xop->stdi, xop->dtdi); in target_xcopy_parse_target_descriptors()
312 xop->stdi = get_unaligned_be16(&desc[4]); in target_xcopy_parse_segdesc_02()
315 if (xop->stdi > XCOPY_CSCD_DESC_ID_LIST_OFF_MAX || in target_xcopy_parse_segdesc_02()
318 XCOPY_CSCD_DESC_ID_LIST_OFF_MAX, xop->stdi, xop->dtdi); in target_xcopy_parse_segdesc_02()
323 desc_len, xop->stdi, xop->dtdi, dc); in target_xcopy_parse_segdesc_02()
H A Dtarget_core_xcopy.h34 unsigned short stdi; member