Home
last modified time | relevance | path

Searched defs:xop (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/target/
Dtarget_core_xcopy.c115 static int target_xcopy_parse_tiddesc_e4(struct se_cmd *se_cmd, struct xcopy_op *xop, in target_xcopy_parse_tiddesc_e4()
202 struct xcopy_op *xop, unsigned char *p, in target_xcopy_parse_target_descriptors()
298 static int target_xcopy_parse_segdesc_02(struct xcopy_op *xop, unsigned char *p) in target_xcopy_parse_segdesc_02()
334 static int target_xcopy_parse_segment_descriptors(struct xcopy_op *xop, in target_xcopy_parse_segment_descriptors()
405 static void xcopy_pt_undepend_remotedev(struct xcopy_op *xop) in xcopy_pt_undepend_remotedev()
512 struct xcopy_op *xop, in target_xcopy_setup_pt_cmd()
571 struct xcopy_op *xop, in target_xcopy_read_source()
616 struct xcopy_op *xop, in target_xcopy_write_destination()
658 struct xcopy_op *xop = container_of(work, struct xcopy_op, xop_work); in target_xcopy_do_work() local
786 static sense_reason_t target_parse_xcopy_cmd(struct xcopy_op *xop) in target_parse_xcopy_cmd()
[all …]
/Linux-v6.6/arch/powerpc/xmon/
Dppc-opc.c2326 #define A(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1) | (((unsigned long)(rc)) &… argument
2417 #define CTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7)) argument
2421 #define UCTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) argument
2428 #define DQX(op, xop) (OP (op) | ((xop) & 0x7)) argument
2432 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument
2436 #define DX(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1)) argument
2440 #define EVSEL(op, xop) (OP (op) | (((unsigned long)(xop)) & 0xff) << 3) argument
2444 #define IA16(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) argument
2448 #define I16A(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) argument
2452 #define I16L(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) argument
[all …]