Lines Matching defs:rpcrdma_ep
72 struct rpcrdma_ep { struct
73 struct kref re_kref;
74 struct rdma_cm_id *re_id;
75 struct ib_pd *re_pd;
76 unsigned int re_max_rdma_segs;
77 unsigned int re_max_fr_depth;
78 struct rpcrdma_mr *re_write_pad_mr;
79 enum ib_mr_type re_mrtype;
80 struct completion re_done;
81 unsigned int re_send_count;
82 unsigned int re_send_batch;
83 unsigned int re_max_inline_send;
84 unsigned int re_max_inline_recv;
85 int re_async_rc;
86 int re_connect_status;
87 atomic_t re_receiving;
88 atomic_t re_force_disconnect;
89 struct ib_qp_init_attr re_attr;
90 wait_queue_head_t re_connect_wait;
91 struct rpc_xprt *re_xprt;
93 re_cm_private;
94 struct rdma_conn_param re_remote_cma;
95 int re_receive_count;
96 unsigned int re_max_requests; /* depends on device */
97 unsigned int re_inline_send; /* negotiated */
98 unsigned int re_inline_recv; /* negotiated */
100 atomic_t re_completion_ids;
102 char re_write_pad[XDR_UNIT];