Searched refs:rep_attr (Results 1 – 3 of 3) sorted by relevance
426 ib_free_cq(ep->rep_attr.recv_cq); in rpcrdma_ia_remove()427 ep->rep_attr.recv_cq = NULL; in rpcrdma_ia_remove()428 ib_free_cq(ep->rep_attr.send_cq); in rpcrdma_ia_remove()429 ep->rep_attr.send_cq = NULL; in rpcrdma_ia_remove()502 ep->rep_attr.event_handler = rpcrdma_qp_event_handler; in rpcrdma_ep_create()503 ep->rep_attr.qp_context = ep; in rpcrdma_ep_create()504 ep->rep_attr.srq = NULL; in rpcrdma_ep_create()505 ep->rep_attr.cap.max_send_sge = max_sge; in rpcrdma_ep_create()506 ep->rep_attr.cap.max_recv_sge = 1; in rpcrdma_ep_create()507 ep->rep_attr.cap.max_inline_data = 0; in rpcrdma_ep_create()[all …]
268 ep->rep_attr.cap.max_send_wr = ep->rep_max_requests * depth; in frwr_open()269 if (ep->rep_attr.cap.max_send_wr > max_qp_wr) { in frwr_open()273 ep->rep_attr.cap.max_send_wr = ep->rep_max_requests * depth; in frwr_open()275 ep->rep_attr.cap.max_send_wr += RPCRDMA_BACKWARD_WRS; in frwr_open()276 ep->rep_attr.cap.max_send_wr += 1; /* for ib_drain_sq */ in frwr_open()277 ep->rep_attr.cap.max_recv_wr = ep->rep_max_requests; in frwr_open()278 ep->rep_attr.cap.max_recv_wr += RPCRDMA_BACKWARD_WRS; in frwr_open()279 ep->rep_attr.cap.max_recv_wr += 1; /* for ib_drain_rq */ in frwr_open()
98 struct ib_qp_init_attr rep_attr; member