Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c851 int mtt_count; in hns_roce_get_direct_addr_mtt() local
859 for (mtt_count = 0; mtt_count < cfg->region_count && total < mtt_cnt; in hns_roce_get_direct_addr_mtt()
860 mtt_count++) { in hns_roce_get_direct_addr_mtt()
861 npage = cfg->region[mtt_count].offset; in hns_roce_get_direct_addr_mtt()
883 int mtt_count; in hns_roce_get_mhop_mtt() local
888 mtt_count = 0; in hns_roce_get_mhop_mtt()
891 &mtt_count); in hns_roce_get_mhop_mtt()
892 if (!mtts || !mtt_count) in hns_roce_get_mhop_mtt()
895 npage = min(mtt_count, left); in hns_roce_get_mhop_mtt()
897 for (mtt_count = 0; mtt_count < npage; mtt_count++) in hns_roce_get_mhop_mtt()
[all …]