Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_mr.c323 int npages_allocated; in hns_roce_mhop_alloc() local
398 npages_allocated = i * (pbl_bt_sz / 8); in hns_roce_mhop_alloc()
399 size = (npages - npages_allocated) * 8; in hns_roce_mhop_alloc()
434 npages_allocated = bt_idx * in hns_roce_mhop_alloc()
436 size = (npages - npages_allocated) * 8; in hns_roce_mhop_alloc()
544 int npages_allocated; in hns_roce_mhop_free() local
571 npages_allocated = i * (pbl_bt_sz / 8); in hns_roce_mhop_free()
574 (npages - npages_allocated) * 8, in hns_roce_mhop_free()
594 npages_allocated = bt_idx * in hns_roce_mhop_free()
598 (npages - npages_allocated) * 8, in hns_roce_mhop_free()