Searched refs:to_hr_hw_page_addr (Results 1 – 3 of 3) sorted by relevance
3063 cq_context->cqe_cur_blk_addr = cpu_to_le32(to_hr_hw_page_addr(mtts[0])); in hns_roce_v2_write_cqc()3068 upper_32_bits(to_hr_hw_page_addr(mtts[0]))); in hns_roce_v2_write_cqc()3074 cq_context->cqe_nxt_blk_addr = cpu_to_le32(to_hr_hw_page_addr(mtts[1])); in hns_roce_v2_write_cqc()3078 upper_32_bits(to_hr_hw_page_addr(mtts[1]))); in hns_roce_v2_write_cqc()4036 context->rq_cur_blk_addr = cpu_to_le32(to_hr_hw_page_addr(mtts[0])); in config_qp_rq_buf()4042 upper_32_bits(to_hr_hw_page_addr(mtts[0]))); in config_qp_rq_buf()4047 context->rq_nxt_blk_addr = cpu_to_le32(to_hr_hw_page_addr(mtts[1])); in config_qp_rq_buf()4053 upper_32_bits(to_hr_hw_page_addr(mtts[1]))); in config_qp_rq_buf()4106 context->sq_cur_blk_addr = cpu_to_le32(to_hr_hw_page_addr(sq_cur_blk)); in config_qp_sq_buf()4110 upper_32_bits(to_hr_hw_page_addr(sq_cur_blk))); in config_qp_sq_buf()[all …]
657 addr = to_hr_hw_page_addr(pages[npage]); in mtr_map_region()907 mtt_buf[total] = to_hr_hw_page_addr(addr); in hns_roce_mtr_find()
1099 static inline u64 to_hr_hw_page_addr(u64 addr) in to_hr_hw_page_addr() function