Searched refs:pbl_hop_num (Results 1 – 4 of 4) sorted by relevance
119 __field(u32, pbl_hop_num)129 __entry->pbl_hop_num = mr->pbl_hop_num;137 __entry->pd, __entry->pbl_hop_num, __entry->npages,
99 mr->pbl_hop_num = is_fast ? 1 : hr_dev->caps.pbl_hop_num; in alloc_mr_pbl()103 buf_attr.region[0].hopnum = mr->pbl_hop_num; in alloc_mr_pbl()122 mr->pbl_hop_num = buf_attr.region[0].hopnum; in alloc_mr_pbl()475 mtr->hem_cfg.region[0].hopnum = mr->pbl_hop_num; in hns_roce_map_mr_sg()
2382 caps->pbl_hop_num = HNS_ROCE_PBL_HOP_NUM; in apply_func_caps()2453 int pbl_hop_num; in hns_roce_query_caps() local2509 pbl_hop_num = resp_b->pbl_hop_num; in hns_roce_query_caps()2556 caps->mtt_hop_num = pbl_hop_num; in hns_roce_query_caps()2557 caps->cqe_hop_num = pbl_hop_num; in hns_roce_query_caps()2558 caps->srqwqe_hop_num = pbl_hop_num; in hns_roce_query_caps()2559 caps->idx_hop_num = pbl_hop_num; in hns_roce_query_caps()3605 if (mr->pbl_hop_num != HNS_ROCE_HOP_NUM_0) in hns_roce_v2_write_mtpt()3606 hr_reg_write(mpt_entry, MPT_PBL_HOP_NUM, mr->pbl_hop_num); in hns_roce_v2_write_mtpt()
1205 u8 pbl_hop_num; member