Searched refs:pbl_ba (Results 1 – 3 of 3) sorted by relevance
367 mr->pbl_ba = mr->pbl_dma_addr; in pbl_1hop_alloc()553 mr->pbl_ba = mr->pbl_l0_dma_addr; in hns_roce_mhop_alloc()
83 rc_sq_wqe->msg_len = cpu_to_le32(mr->pbl_ba & 0xffffffff); in set_frmr_seg()84 rc_sq_wqe->inv_key = cpu_to_le32(mr->pbl_ba >> 32); in set_frmr_seg()2228 mpt_entry->pbl_ba_l = cpu_to_le32(lower_32_bits(mr->pbl_ba >> 3)); in set_mtpt_pbl()2231 upper_32_bits(mr->pbl_ba >> 3)); in set_mtpt_pbl()2395 mpt_entry->pbl_ba_l = cpu_to_le32(lower_32_bits(mr->pbl_ba >> 3)); in hns_roce_v2_frmr_write_mtpt()2398 upper_32_bits(mr->pbl_ba >> 3)); in hns_roce_v2_frmr_write_mtpt()
398 u64 pbl_ba; /* page table address */ member