Lines Matching defs:rm_rdma_op
464 struct rm_rdma_op { struct
465 u32 op_rkey;
466 u64 op_remote_addr;
467 unsigned int op_write:1;
468 unsigned int op_fence:1;
469 unsigned int op_notify:1;
470 unsigned int op_recverr:1;
471 unsigned int op_mapped:1;
472 unsigned int op_silent:1;
473 unsigned int op_active:1;
474 unsigned int op_bytes;
475 unsigned int op_nents;
476 unsigned int op_count;
477 struct scatterlist *op_sg;
478 struct rds_notifier *op_notifier;
480 struct rds_mr *op_rdma_mr;