Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_xcopy.c166 xop->op_origin = XCOL_SOURCE_RECV_OP; in target_xcopy_parse_tiddesc_e4()
178 xop->op_origin = XCOL_DEST_RECV_OP; in target_xcopy_parse_tiddesc_e4()
244 if (xop->op_origin == XCOL_SOURCE_RECV_OP) in target_xcopy_parse_target_descriptors()
376 if (xop->op_origin == XCOL_SOURCE_RECV_OP) in xcopy_pt_undepend_remotedev()
494 if (xop->op_origin == XCOL_SOURCE_RECV_OP) { in target_xcopy_setup_pt_port()
654 bool remote_port = (xop->op_origin == XCOL_DEST_RECV_OP); in target_xcopy_read_source()
714 bool remote_port = (xop->op_origin == XCOL_SOURCE_RECV_OP); in target_xcopy_write_destination()
Dtarget_core_xcopy.h14 int op_origin; member