Searched refs:svcrdma_max_requests (Results 1 – 3 of 3) sorted by relevance
58 unsigned int svcrdma_max_requests = RPCRDMA_MAX_REQUESTS; variable125 .data = &svcrdma_max_requests,252 dprintk("\tmax_requests : %d\n", svcrdma_max_requests); in svc_rdma_init()254 svcrdma_max_requests * RPCRDMA_SQ_DEPTH_MULT); in svc_rdma_init()
482 cma_xprt->sc_max_requests = svcrdma_max_requests; in rdma_create_xprt()483 cma_xprt->sc_sq_depth = svcrdma_max_requests * RPCRDMA_SQ_DEPTH_MULT; in rdma_create_xprt()888 (size_t)svcrdma_max_requests); in svc_rdma_accept()
53 extern unsigned int svcrdma_max_requests;