Lines Matching defs:depth
118 unsigned int depth = ep->re_max_fr_depth;
123 frmr = ib_alloc_mr(ep->re_pd, ep->re_mrtype, depth);
127 sg = kmalloc_array(depth, sizeof(*sg), GFP_NOFS);
137 sg_init_table(sg, depth);
171 int max_qp_wr, depth, delta;
214 depth = 7;
216 /* Calculate N if the device max FRWR depth is smaller than
222 depth += 2; /* FRWR reg + invalidate */
234 ep->re_attr.cap.max_send_wr = ep->re_max_requests * depth;
236 ep->re_max_requests = max_qp_wr / depth;
239 ep->re_attr.cap.max_send_wr = ep->re_max_requests * depth;