Searched refs:re_attr (Results 1 – 5 of 5) sorted by relevance
339 if (ep->re_attr.recv_cq) in rpcrdma_ep_destroy()340 ib_free_cq(ep->re_attr.recv_cq); in rpcrdma_ep_destroy()341 ep->re_attr.recv_cq = NULL; in rpcrdma_ep_destroy()342 if (ep->re_attr.send_cq) in rpcrdma_ep_destroy()343 ib_free_cq(ep->re_attr.send_cq); in rpcrdma_ep_destroy()344 ep->re_attr.send_cq = NULL; in rpcrdma_ep_destroy()401 ep->re_attr.srq = NULL; in rpcrdma_ep_create()402 ep->re_attr.cap.max_inline_data = 0; in rpcrdma_ep_create()403 ep->re_attr.sq_sig_type = IB_SIGNAL_REQ_WR; in rpcrdma_ep_create()404 ep->re_attr.qp_type = IB_QPT_RC; in rpcrdma_ep_create()[all …]
53 cid->ci_queue_id = ep->re_attr.send_cq->res.id; in frwr_cid_init()194 ep->re_attr.cap.max_send_sge = max_sge; in frwr_query_device()195 ep->re_attr.cap.max_recv_sge = 1; in frwr_query_device()241 ep->re_attr.cap.max_send_wr = ep->re_max_requests * depth; in frwr_query_device()242 if (ep->re_attr.cap.max_send_wr > max_qp_wr) { in frwr_query_device()246 ep->re_attr.cap.max_send_wr = ep->re_max_requests * depth; in frwr_query_device()248 ep->re_attr.cap.max_send_wr += RPCRDMA_BACKWARD_WRS; in frwr_query_device()249 ep->re_attr.cap.max_send_wr += 1; /* for ib_drain_sq */ in frwr_query_device()250 ep->re_attr.cap.max_recv_wr = ep->re_max_requests; in frwr_query_device()251 ep->re_attr.cap.max_recv_wr += RPCRDMA_BACKWARD_WRS; in frwr_query_device()[all …]
89 struct ib_qp_init_attr re_attr; member
144 if (++count > ep->re_attr.cap.max_send_sge) in rpcrdma_args_inline()
968 __entry->cq_id = ep ? ep->re_attr.recv_cq->res.id : 0;1022 __entry->cq_id = ep->re_attr.recv_cq->res.id;1053 __entry->cq_id = ep->re_attr.recv_cq->res.id;