Home
last modified time | relevance | path

Searched refs:cur_end_addr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dmr.c100 u64 cur_end_addr = cur_start_addr + len; in mlx4_ib_umem_write_mtt_block() local
107 cur_end_addr_aligned = round_up(cur_end_addr, mtt_size); in mlx4_ib_umem_write_mtt_block()
108 len += (cur_end_addr_aligned - cur_end_addr); in mlx4_ib_umem_write_mtt_block()