Searched defs:rping_cb (Results 1 – 1 of 1) sorted by relevance
110 struct rping_cb { struct111 int server; /* 0 iff client */112 pthread_t cqthread;113 pthread_t persistent_server_thread;114 struct ibv_comp_channel *channel;115 struct ibv_cq *cq;116 struct ibv_pd *pd;117 struct ibv_qp *qp;119 struct ibv_recv_wr rq_wr; /* recv work request record */120 struct ibv_sge recv_sgl; /* recv single SGE */[all …]