Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c2431 addr = to_hr_hw_page_addr(hns_roce_buf_page(buf, 0)); in set_llm_cfg_to_hw()
2437 addr = to_hr_hw_page_addr(hns_roce_buf_page(buf, buf->npages - 1)); in set_llm_cfg_to_hw()
3560 to_hr_hw_page_addr(mtts[0])); in hns_roce_v2_write_cqc()
3562 upper_32_bits(to_hr_hw_page_addr(mtts[0]))); in hns_roce_v2_write_cqc()
3566 to_hr_hw_page_addr(mtts[1])); in hns_roce_v2_write_cqc()
3568 upper_32_bits(to_hr_hw_page_addr(mtts[1]))); in hns_roce_v2_write_cqc()
4017 u64 addr = to_hr_hw_page_addr(base_addr); in config_gmv_ba_to_hw()
4381 context->rq_cur_blk_addr = cpu_to_le32(to_hr_hw_page_addr(mtts[0])); in config_qp_rq_buf()
4385 upper_32_bits(to_hr_hw_page_addr(mtts[0]))); in config_qp_rq_buf()
4390 cpu_to_le32(to_hr_hw_page_addr(mtts[1])); in config_qp_rq_buf()
[all …]
H A Dhns_roce_device.h1075 static inline u64 to_hr_hw_page_addr(u64 addr) in to_hr_hw_page_addr() function