Home
last modified time | relevance | path

Searched refs:rep_attr (Results 1 – 2 of 2) sorted by relevance

/net/sunrpc/xprtrdma/
Dverbs.c656 ep->rep_attr.event_handler = rpcrdma_qp_async_error_upcall; in rpcrdma_ep_create()
657 ep->rep_attr.qp_context = ep; in rpcrdma_ep_create()
659 ep->rep_attr.srq = NULL; in rpcrdma_ep_create()
660 ep->rep_attr.cap.max_send_wr = cdata->max_requests; in rpcrdma_ep_create()
672 ep->rep_attr.cap.max_send_wr *= 7; in rpcrdma_ep_create()
673 if (ep->rep_attr.cap.max_send_wr > devattr.max_qp_wr) { in rpcrdma_ep_create()
677 ep->rep_attr.cap.max_send_wr = cdata->max_requests * 7; in rpcrdma_ep_create()
683 ep->rep_attr.cap.max_send_wr++; in rpcrdma_ep_create()
684 ep->rep_attr.cap.max_send_wr *= (2 * RPCRDMA_MAX_SEGS); in rpcrdma_ep_create()
685 if (ep->rep_attr.cap.max_send_wr > devattr.max_qp_wr) in rpcrdma_ep_create()
[all …]
Dxprt_rdma.h81 struct ib_qp_init_attr rep_attr; member