Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.c2550 addr = to_hr_hw_page_addr(hns_roce_buf_page(buf, 0)); in set_llm_cfg_to_hw()
2556 addr = to_hr_hw_page_addr(hns_roce_buf_page(buf, buf->npages - 1)); in set_llm_cfg_to_hw()
3343 to_hr_hw_page_addr(mtts[0])); in hns_roce_v2_write_cqc()
3345 upper_32_bits(to_hr_hw_page_addr(mtts[0]))); in hns_roce_v2_write_cqc()
3349 to_hr_hw_page_addr(mtts[1])); in hns_roce_v2_write_cqc()
3351 upper_32_bits(to_hr_hw_page_addr(mtts[1]))); in hns_roce_v2_write_cqc()
3854 u64 addr = to_hr_hw_page_addr(base_addr); in config_gmv_ba_to_hw()
4226 context->rq_cur_blk_addr = cpu_to_le32(to_hr_hw_page_addr(mtts[0])); in config_qp_rq_buf()
4230 upper_32_bits(to_hr_hw_page_addr(mtts[0]))); in config_qp_rq_buf()
4233 context->rq_nxt_blk_addr = cpu_to_le32(to_hr_hw_page_addr(mtts[1])); in config_qp_rq_buf()
[all …]
Dhns_roce_mr.c618 addr = to_hr_hw_page_addr(pages[npage]); in mtr_map_region()
851 mtt_buf[total] = to_hr_hw_page_addr(addr); in hns_roce_mtr_find()
Dhns_roce_device.h1084 static inline u64 to_hr_hw_page_addr(u64 addr) in to_hr_hw_page_addr() function