Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/target/
Dtarget_core_xcopy.c116 unsigned char *p, unsigned short cscd_index) in target_xcopy_parse_tiddesc_e4() argument
161 if (cscd_index != xop->stdi && cscd_index != xop->dtdi) { in target_xcopy_parse_tiddesc_e4()
163 "dest\n", cscd_index); in target_xcopy_parse_tiddesc_e4()
167 if (cscd_index == xop->stdi) { in target_xcopy_parse_tiddesc_e4()
181 if (cscd_index == xop->dtdi) { in target_xcopy_parse_tiddesc_e4()
208 unsigned short cscd_index = 0; in target_xcopy_parse_target_descriptors() local
242 &desc[0], cscd_index); in target_xcopy_parse_target_descriptors()
247 cscd_index++; in target_xcopy_parse_target_descriptors()
292 return cscd_index; in target_xcopy_parse_target_descriptors()