Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c3063 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 …]
H A Dhns_roce_mr.c657 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()
H A Dhns_roce_device.h1099 static inline u64 to_hr_hw_page_addr(u64 addr) in to_hr_hw_page_addr() function