Searched refs:xop (Results 1 – 1 of 1) sorted by relevance
134 static int target_xcopy_parse_tiddesc_e4(struct se_cmd *se_cmd, struct xcopy_op *xop, in target_xcopy_parse_tiddesc_e4() argument180 if (cscd_index != xop->stdi && cscd_index != xop->dtdi) { in target_xcopy_parse_tiddesc_e4()186 if (cscd_index == xop->stdi) { in target_xcopy_parse_tiddesc_e4()187 memcpy(&xop->src_tid_wwn[0], &desc[8], XCOPY_NAA_IEEE_REGEX_LEN); in target_xcopy_parse_tiddesc_e4()191 if (!memcmp(&xop->local_dev_wwn[0], &xop->src_tid_wwn[0], in target_xcopy_parse_tiddesc_e4()193 xop->op_origin = XCOL_SOURCE_RECV_OP; in target_xcopy_parse_tiddesc_e4()194 xop->src_dev = se_cmd->se_dev; in target_xcopy_parse_tiddesc_e4()196 " received xop\n", xop->src_dev); in target_xcopy_parse_tiddesc_e4()200 if (cscd_index == xop->dtdi) { in target_xcopy_parse_tiddesc_e4()201 memcpy(&xop->dst_tid_wwn[0], &desc[8], XCOPY_NAA_IEEE_REGEX_LEN); in target_xcopy_parse_tiddesc_e4()[all …]