Home
last modified time | relevance | path

Searched refs:ba_pg_shift (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/infiniband/hw/hns/
H A Dhns_roce_restrack.c145 hr_mr->pbl_mtr.hem_cfg.ba_pg_shift)) in hns_roce_fill_res_mr_entry()
H A Dhns_roce_mr.c952 unsigned int ba_pg_shift) in get_best_hop_num() argument
958 size_t ba_pg_sz = 1 << ba_pg_shift; in get_best_hop_num()
1118 cfg->ba_pg_shift = ba_page_shift; in mtr_alloc_mtt()
1120 cfg->ba_pg_shift = cfg->buf_pg_shift; in mtr_alloc_mtt()
H A Dhns_roce_hw_v2.c3329 to_hr_hw_page_shift(mr->pbl_mtr.hem_cfg.ba_pg_shift)); in hns_roce_v2_write_mtpt()
3392 to_hr_hw_page_shift(mr->pbl_mtr.hem_cfg.ba_pg_shift)); in hns_roce_v2_frmr_write_mtpt()
3644 to_hr_hw_page_shift(hr_cq->mtr.hem_cfg.ba_pg_shift)); in hns_roce_v2_write_cqc()
4443 to_hr_hw_page_shift(hr_qp->mtr.hem_cfg.ba_pg_shift)); in config_qp_rq_buf()
5787 to_hr_hw_page_shift(idx_que->mtr.hem_cfg.ba_pg_shift)); in hns_roce_v2_write_srqc_index_queue()
5846 to_hr_hw_page_shift(srq->buf_mtr.hem_cfg.ba_pg_shift)); in hns_roce_v2_write_srqc()
6573 to_hr_hw_page_shift(eq->mtr.hem_cfg.ba_pg_shift)); in config_eqc()
H A Dhns_roce_device.h304 unsigned int ba_pg_shift; /* BA table page shift */ member