Searched defs:rpcrdma_ep (Results 1 – 1 of 1) sorted by relevance
92 struct rpcrdma_ep { struct93 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;[all …]