Searched refs:svcrdma_max_requests (Results 1 – 3 of 3) sorted by relevance
57 unsigned int svcrdma_max_requests = RPCRDMA_MAX_REQUESTS; variable124 .data = &svcrdma_max_requests,251 dprintk("\tmax_requests : %d\n", svcrdma_max_requests); in svc_rdma_init()253 svcrdma_max_requests * RPCRDMA_SQ_DEPTH_MULT); in svc_rdma_init()
469 cma_xprt->sc_max_requests = svcrdma_max_requests; in rdma_create_xprt()470 cma_xprt->sc_sq_depth = svcrdma_max_requests * RPCRDMA_SQ_DEPTH_MULT; in rdma_create_xprt()878 (size_t)svcrdma_max_requests); in svc_rdma_accept()
53 extern unsigned int svcrdma_max_requests;