Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dverbs.c381 while (ib_poll_cq(ep->rep_attr.recv_cq, 1, &wc) > 0) in rpcrdma_flush_cqs()
385 while (ib_poll_cq(ep->rep_attr.send_cq, 1, &wc) > 0) in rpcrdma_flush_cqs()
733 ep->rep_attr.event_handler = rpcrdma_qp_async_error_upcall; in rpcrdma_ep_create()
734 ep->rep_attr.qp_context = ep; in rpcrdma_ep_create()
735 ep->rep_attr.srq = NULL; in rpcrdma_ep_create()
736 ep->rep_attr.cap.max_send_wr = cdata->max_requests; in rpcrdma_ep_create()
740 ep->rep_attr.cap.max_recv_wr = cdata->max_requests; in rpcrdma_ep_create()
741 ep->rep_attr.cap.max_send_sge = (cdata->padding ? 4 : 2); in rpcrdma_ep_create()
742 ep->rep_attr.cap.max_recv_sge = 1; in rpcrdma_ep_create()
743 ep->rep_attr.cap.max_inline_data = 0; in rpcrdma_ep_create()
[all …]
Dfrwr_ops.c96 ep->rep_attr.cap.max_send_wr *= depth; in frwr_op_open()
97 if (ep->rep_attr.cap.max_send_wr > devattr->max_qp_wr) { in frwr_op_open()
101 ep->rep_attr.cap.max_send_wr = cdata->max_requests * in frwr_op_open()
Dxprt_rdma.h90 struct ib_qp_init_attr rep_attr; member