Lines Matching refs:cap
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()
603 ep->rep_attr.cap.max_recv_sge = 1; in rpcrdma_ep_create()
604 ep->rep_attr.cap.max_inline_data = 0; in rpcrdma_ep_create()
612 ep->rep_attr.cap.max_send_wr, in rpcrdma_ep_create()
613 ep->rep_attr.cap.max_recv_wr, in rpcrdma_ep_create()
614 ep->rep_attr.cap.max_send_sge, in rpcrdma_ep_create()
615 ep->rep_attr.cap.max_recv_sge); in rpcrdma_ep_create()
618 ep->rep_cqinit = ep->rep_attr.cap.max_send_wr/2 - 1; in rpcrdma_ep_create()
627 cq_attr.cqe = ep->rep_attr.cap.max_send_wr + 1; in rpcrdma_ep_create()
644 cq_attr.cqe = ep->rep_attr.cap.max_recv_wr + 1; in rpcrdma_ep_create()