Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/hns/
Dhns_roce_mr.c152 unsigned long mtpt_idx = key_to_hw_index(mr->key); in hns_roce_mr_enable() local
172 mtpt_idx & (hr_dev->caps.num_mtpts - 1)); in hns_roce_mr_enable()
287 unsigned long mtpt_idx; in hns_roce_rereg_user_mr() local
300 mtpt_idx = key_to_hw_index(mr->key) & (hr_dev->caps.num_mtpts - 1); in hns_roce_rereg_user_mr()
303 mtpt_idx); in hns_roce_rereg_user_mr()
308 mtpt_idx); in hns_roce_rereg_user_mr()
339 mtpt_idx); in hns_roce_rereg_user_mr()
510 unsigned long mtpt_idx = key_to_hw_index(mw->rkey); in hns_roce_mw_enable() local
514 ret = hns_roce_table_get(hr_dev, &mr_table->mtpt_table, mtpt_idx); in hns_roce_mw_enable()
531 mtpt_idx & (hr_dev->caps.num_mtpts - 1)); in hns_roce_mw_enable()
[all …]