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