Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_mr.c380 int npages_allocated; in pbl_2hop_alloc() local
393 npages_allocated = i * (pbl_bt_sz / 8); in pbl_2hop_alloc()
394 size = (npages - npages_allocated) * 8; in pbl_2hop_alloc()
421 int npages_allocated; in pbl_3hop_alloc() local
461 npages_allocated = bt_idx * in pbl_3hop_alloc()
463 size = (npages - npages_allocated) * 8; in pbl_3hop_alloc()
621 int npages_allocated; in hns_roce_mhop_free() local
647 npages_allocated = in hns_roce_mhop_free()
651 (npages - npages_allocated) * BA_BYTE_LEN, in hns_roce_mhop_free()
671 npages_allocated = bt_idx * in hns_roce_mhop_free()
[all …]