Lines Matching defs:rm_rdma_op
361 struct rm_rdma_op { struct
362 u32 op_rkey;
363 u64 op_remote_addr;
364 unsigned int op_write:1;
365 unsigned int op_fence:1;
366 unsigned int op_notify:1;
367 unsigned int op_recverr:1;
368 unsigned int op_mapped:1;
369 unsigned int op_silent:1;
370 unsigned int op_active:1;
371 unsigned int op_bytes;
372 unsigned int op_nents;
373 unsigned int op_count;
374 struct scatterlist *op_sg;
375 struct rds_notifier *op_notifier;
377 struct rds_mr *op_rdma_mr;