Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c804 int mtt_count; in hns_roce_get_direct_addr_mtt() local
812 for (mtt_count = 0; mtt_count < cfg->region_count && total < mtt_cnt; in hns_roce_get_direct_addr_mtt()
813 mtt_count++) { in hns_roce_get_direct_addr_mtt()
814 npage = cfg->region[mtt_count].offset; in hns_roce_get_direct_addr_mtt()
836 int mtt_count; in hns_roce_get_mhop_mtt() local
841 mtt_count = 0; in hns_roce_get_mhop_mtt()
844 &mtt_count); in hns_roce_get_mhop_mtt()
845 if (!mtts || !mtt_count) in hns_roce_get_mhop_mtt()
848 npage = min(mtt_count, left); in hns_roce_get_mhop_mtt()
850 for (mtt_count = 0; mtt_count < npage; mtt_count++) in hns_roce_get_mhop_mtt()
[all …]