Lines Matching defs:depth
124 unsigned int depth = ep->re_max_fr_depth;
128 sg = kcalloc_node(depth, sizeof(*sg), XPRTRDMA_GFP_FLAGS,
133 frmr = ib_alloc_mr(ep->re_pd, ep->re_mrtype, depth);
144 sg_init_table(sg, depth);
174 int max_qp_wr, depth, delta;
217 depth = 7;
219 /* Calculate N if the device max FRWR depth is smaller than
225 depth += 2; /* FRWR reg + invalidate */
237 ep->re_attr.cap.max_send_wr = ep->re_max_requests * depth;
239 ep->re_max_requests = max_qp_wr / depth;
242 ep->re_attr.cap.max_send_wr = ep->re_max_requests * depth;