Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Dumem.c90 dma_addr_t curr_base = ~0; in ib_umem_find_best_pgsz() local
122 if (check_add_overflow(curr_base, curr_len, &end) || in ib_umem_find_best_pgsz()
125 curr_base = sg_dma_address(sg); in ib_umem_find_best_pgsz()
129 mask |= (curr_base + pgoff) ^ va; in ib_umem_find_best_pgsz()