Searched defs:xop (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/drivers/target/ | 
| D | target_core_xcopy.c | 57 static int target_xcopy_locate_se_dev_e4(struct se_cmd *se_cmd, struct xcopy_op *xop,  in target_xcopy_locate_se_dev_e4() 113 static int target_xcopy_parse_tiddesc_e4(struct se_cmd *se_cmd, struct xcopy_op *xop,  in target_xcopy_parse_tiddesc_e4() 189 				struct xcopy_op *xop, unsigned char *p,  in target_xcopy_parse_target_descriptors() 263 static int target_xcopy_parse_segdesc_02(struct se_cmd *se_cmd, struct xcopy_op *xop,  in target_xcopy_parse_segdesc_02() 300 				struct xcopy_op *xop, unsigned char *p,  in target_xcopy_parse_segment_descriptors() 372 static void xcopy_pt_undepend_remotedev(struct xcopy_op *xop)  in xcopy_pt_undepend_remotedev() 488 	struct xcopy_op *xop,  in target_xcopy_setup_pt_port() 562 	struct xcopy_op *xop,  in target_xcopy_setup_pt_cmd() 644 	struct xcopy_op *xop,  in target_xcopy_read_source() 704 	struct xcopy_op *xop,  in target_xcopy_write_destination() [all …] 
 | 
| /linux-4.1.27/arch/powerpc/xmon/ | 
| D | ppc-opc.c | 1539 #define A(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x1f) << 1) | (((unsigned long)(rc)) &…  argument 1587 #define CTX(op, xop)   (OP (op) | (((unsigned long)(xop)) & 0x7))  argument 1591 #define UCTX(op, xop)  (OP (op) | (((unsigned long)(xop)) & 0x1f))  argument 1598 #define DSO(op, xop) (OP (op) | ((xop) & 0x3))  argument 1602 #define DEO(op, xop) (OP (op) | ((xop) & 0xf))  argument 1606 #define EVSEL(op, xop) (OP (op) | (((unsigned long)(xop)) & 0xff) << 3)  argument 1623 #define MD(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0x7) << 2) | ((rc) & 1))  argument 1633 #define MDS(op, xop, rc) (OP (op) | ((((unsigned long)(xop)) & 0xf) << 1) | ((rc) & 1))  argument 1644 #define VX(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x7ff))  argument 1650 #define VXA(op, xop) (OP (op) | (((unsigned long)(xop)) & 0x03f))  argument [all …] 
 | 
| /linux-4.1.27/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
  |