Searched refs:mtt_count (Results 1 – 1 of 1) sorted by relevance
886 int mtt_count; in hns_roce_mtr_find() local899 for (mtt_count = 0; mtt_count < cfg->region_count && in hns_roce_mtr_find()900 total < mtt_max; mtt_count++) { in hns_roce_mtr_find()901 npage = cfg->region[mtt_count].offset; in hns_roce_mtr_find()920 mtt_count = 0; in hns_roce_mtr_find()923 &mtt_count, NULL); in hns_roce_mtr_find()924 if (!mtts || !mtt_count) in hns_roce_mtr_find()927 npage = min(mtt_count, left); in hns_roce_mtr_find()929 for (mtt_count = 0; mtt_count < npage; mtt_count++) in hns_roce_mtr_find()930 mtt_buf[total++] = le64_to_cpu(mtts[mtt_count]); in hns_roce_mtr_find()