Searched defs:rpcrdma_ep (Results 1 – 1 of 1) sorted by relevance
71 struct rpcrdma_ep { struct72 struct kref re_kref;73 struct rdma_cm_id *re_id;74 struct ib_pd *re_pd;75 unsigned int re_max_rdma_segs;76 unsigned int re_max_fr_depth;77 bool re_implicit_roundup;78 enum ib_mr_type re_mrtype;79 struct completion re_done;80 unsigned int re_send_count;[all …]