Searched refs:mtt_count (Results 1 – 1 of 1) sorted by relevance
803 int mtt_count, left; in hns_roce_mtr_find() local816 for (mtt_count = 0; mtt_count < cfg->region_count && in hns_roce_mtr_find()817 total < mtt_max; mtt_count++) { in hns_roce_mtr_find()818 npage = cfg->region[mtt_count].offset; in hns_roce_mtr_find()834 mtt_count = 0; in hns_roce_mtr_find()837 &mtt_count); in hns_roce_mtr_find()838 if (!mtts || !mtt_count) in hns_roce_mtr_find()841 npage = min(mtt_count, left); in hns_roce_mtr_find()843 for (mtt_count = 0; mtt_count < npage; mtt_count++) in hns_roce_mtr_find()844 mtt_buf[total++] = le64_to_cpu(mtts[mtt_count]); in hns_roce_mtr_find()
Completed in 5 milliseconds