Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hns/
Dhns_roce_mr.c268 u64 bt_idx; in hns_roce_loop_free() local
284 bt_idx = i * pbl_bt_sz / 8 + j; in hns_roce_loop_free()
286 mr->pbl_bt_l2[bt_idx], in hns_roce_loop_free()
287 mr->pbl_l2_dma_addr[bt_idx]); in hns_roce_loop_free()
296 bt_idx = i * pbl_bt_sz / 8 + j; in hns_roce_loop_free()
298 mr->pbl_bt_l2[bt_idx], in hns_roce_loop_free()
299 mr->pbl_l2_dma_addr[bt_idx]); in hns_roce_loop_free()
329 u64 bt_idx; in hns_roce_mhop_alloc() local
429 bt_idx = i * pbl_bt_sz / 8 + j; in hns_roce_mhop_alloc()
434 npages_allocated = bt_idx * in hns_roce_mhop_alloc()
[all …]