Lines Matching defs:rpcrdma_ep
92 struct rpcrdma_ep { struct
93 unsigned int rep_send_count;
94 unsigned int rep_send_batch;
95 unsigned int rep_max_inline_send;
96 unsigned int rep_max_inline_recv;
97 int rep_connected;
98 struct ib_qp_init_attr rep_attr;
99 wait_queue_head_t rep_connect_wait;
100 struct rpcrdma_connect_private rep_cm_private;
101 struct rdma_conn_param rep_remote_cma;
102 unsigned int rep_max_requests; /* set by /proc */
103 unsigned int rep_inline_send; /* negotiated */
104 unsigned int rep_inline_recv; /* negotiated */
105 int rep_receive_count;