Home
last modified time | relevance | path

Searched refs:to_hr_hw_page_addr (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c2429 addr = to_hr_hw_page_addr(hns_roce_buf_page(buf, 0)); in set_llm_cfg_to_hw()
2435 addr = to_hr_hw_page_addr(hns_roce_buf_page(buf, buf->npages - 1)); in set_llm_cfg_to_hw()
3559 to_hr_hw_page_addr(mtts[0])); in hns_roce_v2_write_cqc()
3561 upper_32_bits(to_hr_hw_page_addr(mtts[0]))); in hns_roce_v2_write_cqc()
3565 to_hr_hw_page_addr(mtts[1])); in hns_roce_v2_write_cqc()
3567 upper_32_bits(to_hr_hw_page_addr(mtts[1]))); in hns_roce_v2_write_cqc()
4015 u64 addr = to_hr_hw_page_addr(base_addr); in config_gmv_ba_to_hw()
4379 context->rq_cur_blk_addr = cpu_to_le32(to_hr_hw_page_addr(mtts[0])); in config_qp_rq_buf()
4383 upper_32_bits(to_hr_hw_page_addr(mtts[0]))); in config_qp_rq_buf()
4386 context->rq_nxt_blk_addr = cpu_to_le32(to_hr_hw_page_addr(mtt in config_qp_rq_buf()
[all...]
H A Dhns_roce_device.h1070 static inline u64 to_hr_hw_page_addr(u64 addr) in to_hr_hw_page_addr() function
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c3074 cq_context->cqe_cur_blk_addr = cpu_to_le32(to_hr_hw_page_addr(mtts[0])); in hns_roce_v2_write_cqc()
3079 upper_32_bits(to_hr_hw_page_addr(mtts[0]))); in hns_roce_v2_write_cqc()
3085 cq_context->cqe_nxt_blk_addr = cpu_to_le32(to_hr_hw_page_addr(mtts[1])); in hns_roce_v2_write_cqc()
3089 upper_32_bits(to_hr_hw_page_addr(mtts[1]))); in hns_roce_v2_write_cqc()
4047 context->rq_cur_blk_addr = cpu_to_le32(to_hr_hw_page_addr(mtts[0])); in config_qp_rq_buf()
4053 upper_32_bits(to_hr_hw_page_addr(mtts[0]))); in config_qp_rq_buf()
4058 context->rq_nxt_blk_addr = cpu_to_le32(to_hr_hw_page_addr(mtts[1])); in config_qp_rq_buf()
4064 upper_32_bits(to_hr_hw_page_addr(mtts[1]))); in config_qp_rq_buf()
4117 context->sq_cur_blk_addr = cpu_to_le32(to_hr_hw_page_addr(sq_cur_blk)); in config_qp_sq_buf()
4121 upper_32_bits(to_hr_hw_page_addr(sq_cur_bl 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.h1097 static inline u64 to_hr_hw_page_addr(u64 addr) in to_hr_hw_page_addr() function

Completed in 20 milliseconds