Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c4212 u64 bt_ba = 0; in hns_roce_v2_set_hem() local
4245 bt_ba = table->bt_l0_dma_addr[i]; in hns_roce_v2_set_hem()
4247 bt_ba = table->bt_l1_dma_addr[l1_idx]; in hns_roce_v2_set_hem()
4249 ret = set_hem_to_hw(hr_dev, obj, bt_ba, table->type, step_idx); in hns_roce_v2_set_hem()
6651 u64 bt_ba = 0; in config_eqc() local
6667 bt_ba = hns_roce_get_mtr_ba(&eq->mtr); in config_eqc()
6694 hr_reg_write(eqc, EQC_EQE_BA_L, bt_ba >> 3); in config_eqc()
6695 hr_reg_write(eqc, EQC_EQE_BA_H, bt_ba >> 35); in config_eqc()