Lines Matching defs:rm_rdma_op
455 struct rm_rdma_op { struct
456 u32 op_rkey;
457 u64 op_remote_addr;
458 unsigned int op_write:1;
459 unsigned int op_fence:1;
460 unsigned int op_notify:1;
461 unsigned int op_recverr:1;
462 unsigned int op_mapped:1;
463 unsigned int op_silent:1;
464 unsigned int op_active:1;
465 unsigned int op_bytes;
466 unsigned int op_nents;
467 unsigned int op_count;
468 struct scatterlist *op_sg;
469 struct rds_notifier *op_notifier;
471 struct rds_mr *op_rdma_mr;
473 u64 op_odp_addr;
474 struct rds_mr *op_odp_mr;