Home
last modified time | relevance | path

Searched refs:pbl_hop_num (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/infiniband/hw/hns/
Dhns_roce_mr.c98 mr->pbl_hop_num = is_fast ? 1 : hr_dev->caps.pbl_hop_num; in alloc_mr_pbl()
102 buf_attr.region[0].hopnum = mr->pbl_hop_num; in alloc_mr_pbl()
121 mr->pbl_hop_num = buf_attr.region[0].hopnum; in alloc_mr_pbl()
466 mtr->hem_cfg.region[0].hopnum = mr->pbl_hop_num; in hns_roce_map_mr_sg()
573 mw->pbl_hop_num = hr_dev->caps.pbl_hop_num; in hns_roce_alloc_mw()
Dhns_roce_restrack.c141 if (rdma_nl_put_driver_u32_hex(msg, "pbl_hop_num", hr_mr->pbl_hop_num)) in hns_roce_fill_res_mr_entry()
Dhns_roce_device.h324 u32 pbl_hop_num; member
338 u32 pbl_hop_num; /* multi-hop number */ member
789 u32 pbl_hop_num; member
Dhns_roce_hw_v2.c2095 caps->pbl_hop_num = HNS_ROCE_PBL_HOP_NUM; in apply_func_caps()
2165 int pbl_hop_num; in hns_roce_query_caps() local
2216 pbl_hop_num = resp_b->pbl_hop_num; in hns_roce_query_caps()
2258 caps->mtt_hop_num = pbl_hop_num; in hns_roce_query_caps()
2259 caps->cqe_hop_num = pbl_hop_num; in hns_roce_query_caps()
2260 caps->srqwqe_hop_num = pbl_hop_num; in hns_roce_query_caps()
2261 caps->idx_hop_num = pbl_hop_num; in hns_roce_query_caps()
3297 if (mr->pbl_hop_num != HNS_ROCE_HOP_NUM_0) in hns_roce_v2_write_mtpt()
3298 hr_reg_write(mpt_entry, MPT_PBL_HOP_NUM, mr->pbl_hop_num); in hns_roce_v2_write_mtpt()
3400 mw->pbl_hop_num == HNS_ROCE_HOP_NUM_0 ? 0 : in hns_roce_v2_mw_write_mtpt()
[all …]
Dhns_roce_hw_v2.h1199 u8 pbl_hop_num; member