Lines Matching refs:max_frmr_depth
380 info->max_frmr_depth * PAGE_SIZE);
381 info->max_frmr_depth = info->max_readwrite_size / PAGE_SIZE;
653 info->max_frmr_depth = min_t(int,
2075 info->max_frmr_depth);
2077 log_rdma_mr(ERR, "ib_alloc_mr failed mr_type=%x max_frmr_depth=%x\n",
2079 info->max_frmr_depth);
2141 info->max_frmr_depth);
2143 log_rdma_mr(ERR, "ib_alloc_mr failed mr_type=%x max_frmr_depth=%x\n",
2144 info->mr_type, info->max_frmr_depth);
2147 smbdirect_mr->sgt.sgl = kcalloc(info->max_frmr_depth,
2256 num_pages = iov_iter_npages(iter, info->max_frmr_depth + 1);
2257 if (num_pages > info->max_frmr_depth) {
2258 log_rdma_mr(ERR, "num_pages=%d max_frmr_depth=%d\n",
2259 num_pages, info->max_frmr_depth);
2277 num_pages, iov_iter_count(iter), info->max_frmr_depth);
2278 smbd_iter_to_mr(info, iter, &smbdirect_mr->sgt, info->max_frmr_depth);