Lines Matching defs:length
252 * check the first chunk length & last chunk length and if not aligned to
328 * length of first block to calculate the
355 pr_warn("misaligned total length detected (%llu, %llu)!",
373 u64 length, int access_flags)
392 if (vma && vma->vm_end >= untagged_start + length &&
403 return ib_umem_get(device, start, length, access_flags);
406 struct ib_mr *mlx4_ib_reg_user_mr(struct ib_pd *pd, u64 start, u64 length,
420 mr->umem = mlx4_get_umem_mr(pd->device, start, length, access_flags);
428 err = mlx4_mr_alloc(dev->dev, to_mpd(pd)->pdn, virt_addr, length,
459 u64 start, u64 length, u64 virt_addr,
506 mmr->umem = mlx4_get_umem_mr(mr->device, start, length,
518 virt_addr, length, n, shift,
525 mmr->mmr.size = length;