Searched refs:bt_ba (Results 1 – 2 of 2) sorted by relevance
| /Linux-v6.1/drivers/infiniband/hw/hns/ |
| D | hns_roce_hem.c | 420 u64 bt_ba; in alloc_mhop_hem() local 468 bt_ba = hns_roce_hem_addr(&iter); in alloc_mhop_hem() 471 *(table->bt_l1[index->l1] + mhop->l2_idx) = bt_ba; in alloc_mhop_hem() 473 *(table->bt_l0[index->l0] + mhop->l1_idx) = bt_ba; in alloc_mhop_hem() 475 *(table->bt_l0[index->l0] + mhop->l1_idx) = bt_ba; in alloc_mhop_hem()
|
| D | hns_roce_hw_v2.c | 4112 u64 bt_ba = 0; in hns_roce_v2_set_hem() local 4143 bt_ba = hns_roce_hem_addr(&iter); in hns_roce_v2_set_hem() 4144 ret = set_hem_to_hw(hr_dev, obj, bt_ba, table->type, in hns_roce_v2_set_hem() 4149 bt_ba = table->bt_l0_dma_addr[i]; in hns_roce_v2_set_hem() 4151 bt_ba = table->bt_l1_dma_addr[l1_idx]; in hns_roce_v2_set_hem() 4153 ret = set_hem_to_hw(hr_dev, obj, bt_ba, table->type, step_idx); in hns_roce_v2_set_hem() 6303 u64 bt_ba = 0; in config_eqc() local 6313 &bt_ba); in config_eqc() 6344 hr_reg_write(eqc, EQC_EQE_BA_L, bt_ba >> 3); in config_eqc() 6345 hr_reg_write(eqc, EQC_EQE_BA_H, bt_ba >> 35); in config_eqc()
|