Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_mr.c302 u64 bt_idx; in hns_roce_loop_free() local
318 bt_idx = i * pbl_bt_sz / BA_BYTE_LEN + j; in hns_roce_loop_free()
320 mr->pbl_bt_l2[bt_idx], in hns_roce_loop_free()
321 mr->pbl_l2_dma_addr[bt_idx]); in hns_roce_loop_free()
330 bt_idx = i * pbl_bt_sz / BA_BYTE_LEN + j; in hns_roce_loop_free()
332 mr->pbl_bt_l2[bt_idx], in hns_roce_loop_free()
333 mr->pbl_l2_dma_addr[bt_idx]); in hns_roce_loop_free()
424 u64 bt_idx; in pbl_3hop_alloc() local
456 bt_idx = i * pbl_bt_sz / 8 + j; in pbl_3hop_alloc()
461 npages_allocated = bt_idx * in pbl_3hop_alloc()
[all …]