Home
last modified time | relevance | path

Searched defs:rdma_cm_id (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ofed/librdmacm/
H A Drdma_cma.h122 struct rdma_cm_id { struct
123 struct ibv_context *verbs;
124 struct rdma_event_channel *channel;
125 void *context;
126 struct ibv_qp *qp;
127 struct rdma_route route;
128 enum rdma_port_space ps;
129 uint8_t port_num;
153 /* Fields below ignored if a QP is created on the rdma_cm_id. */ argument
/freebsd/sys/ofed/include/rdma/
H A Drdma_cm.h151 struct rdma_cm_id { struct
174 struct rdma_cm_id *rdma_create_id(struct vnet *net, argument