Searched refs:rep_attr (Results 1 – 3 of 3) sorted by relevance
269 while (ib_poll_cq(ep->rep_attr.recv_cq, 1, &wc) > 0) in rpcrdma_flush_cqs()271 while (ib_poll_cq(ep->rep_attr.send_cq, 1, &wc) > 0) in rpcrdma_flush_cqs()592 ep->rep_attr.event_handler = rpcrdma_qp_async_error_upcall; in rpcrdma_ep_create()593 ep->rep_attr.qp_context = ep; in rpcrdma_ep_create()594 ep->rep_attr.srq = NULL; in rpcrdma_ep_create()595 ep->rep_attr.cap.max_send_wr = cdata->max_requests; in rpcrdma_ep_create()596 ep->rep_attr.cap.max_send_wr += RPCRDMA_BACKWARD_WRS; in rpcrdma_ep_create()600 ep->rep_attr.cap.max_recv_wr = cdata->max_requests; in rpcrdma_ep_create()601 ep->rep_attr.cap.max_recv_wr += RPCRDMA_BACKWARD_WRS; in rpcrdma_ep_create()602 ep->rep_attr.cap.max_send_sge = RPCRDMA_MAX_IOVS; in rpcrdma_ep_create()[all …]
224 ep->rep_attr.cap.max_send_wr *= depth; in frwr_op_open()225 if (ep->rep_attr.cap.max_send_wr > devattr->max_qp_wr) { in frwr_op_open()229 ep->rep_attr.cap.max_send_wr = cdata->max_requests * in frwr_op_open()
84 struct ib_qp_init_attr rep_attr; member