Searched defs:xop (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/target/ |
D | target_core_xcopy.c | 114 static int target_xcopy_parse_tiddesc_e4(struct se_cmd *se_cmd, struct xcopy_op *xop, in target_xcopy_parse_tiddesc_e4() 201 struct xcopy_op *xop, unsigned char *p, in target_xcopy_parse_target_descriptors() 293 static int target_xcopy_parse_segdesc_02(struct se_cmd *se_cmd, struct xcopy_op *xop, in target_xcopy_parse_segdesc_02() 336 struct xcopy_op *xop, unsigned char *p, in target_xcopy_parse_segment_descriptors() 413 static void xcopy_pt_undepend_remotedev(struct xcopy_op *xop) in xcopy_pt_undepend_remotedev() 519 struct xcopy_op *xop, in target_xcopy_setup_pt_port() 585 struct xcopy_op *xop, in target_xcopy_setup_pt_cmd() 668 struct xcopy_op *xop, in target_xcopy_read_source() 730 struct xcopy_op *xop, in target_xcopy_write_destination() 792 struct xcopy_op *xop = container_of(work, struct xcopy_op, xop_work); in target_xcopy_do_work() local [all …]
|
/Linux-v4.19/arch/powerpc/xmon/ |
D | ppc-opc.c | 2338 #define A(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1) | (((unsigned long)(rc)) &… argument 2429 #define CTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7)) argument 2433 #define UCTX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f)) argument 2440 #define DQX(op, xop) (OP (op) | ((xop) & 0x7)) argument 2444 #define DSO(op, xop) (OP (op) | ((xop) & 0x3)) argument 2448 #define DX(op, xop) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1)) argument 2452 #define EVSEL(op, xop) (OP (op) | (((unsigned long)(xop)) & 0xff) << 3) argument 2456 #define IA16(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) argument 2460 #define I16A(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) argument 2464 #define I16L(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x1f) << 11) argument [all …]
|
/Linux-v4.19/fs/dlm/ |
D | plock.c | 32 struct plock_op xop; member 109 struct plock_xop *xop; in dlm_posix_lock() local 194 struct plock_xop *xop = (struct plock_xop *)op; in dlm_plock_callback() local 442 struct plock_xop *xop = (struct plock_xop *)op; in dev_write() local
|