Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c141 u64 pbl_ba; in set_frmr_seg() local
152 pbl_ba = mr->pbl_mtr.hem_cfg.root_ba; in set_frmr_seg()
153 rc_sq_wqe->msg_len = cpu_to_le32(lower_32_bits(pbl_ba)); in set_frmr_seg()
154 rc_sq_wqe->inv_key = cpu_to_le32(upper_32_bits(pbl_ba)); in set_frmr_seg()
3176 dma_addr_t pbl_ba; in set_mtpt_pbl() local
3181 &pbl_ba); in set_mtpt_pbl()
3193 mpt_entry->pbl_ba_l = cpu_to_le32(pbl_ba >> 3); in set_mtpt_pbl()
3194 hr_reg_write(mpt_entry, MPT_PBL_BA_H, upper_32_bits(pbl_ba >> 3)); in set_mtpt_pbl()
3292 dma_addr_t pbl_ba = 0; in hns_roce_v2_frmr_write_mtpt() local
3297 if (hns_roce_mtr_find(hr_dev, &mr->pbl_mtr, 0, NULL, 0, &pbl_ba) < 0) { in hns_roce_v2_frmr_write_mtpt()
[all …]