Lines Matching defs:rm_rdma_op
444 struct rm_rdma_op { struct
445 u32 op_rkey;
446 u64 op_remote_addr;
447 unsigned int op_write:1;
448 unsigned int op_fence:1;
449 unsigned int op_notify:1;
450 unsigned int op_recverr:1;
451 unsigned int op_mapped:1;
452 unsigned int op_silent:1;
453 unsigned int op_active:1;
454 unsigned int op_bytes;
455 unsigned int op_nents;
456 unsigned int op_count;
457 struct scatterlist *op_sg;
458 struct rds_notifier *op_notifier;
460 struct rds_mr *op_rdma_mr;