Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/hns/
Dhns_roce_mr.c830 int mtt_count, left; in hns_roce_mtr_find() local
843 for (mtt_count = 0; mtt_count < cfg->region_count && in hns_roce_mtr_find()
844 total < mtt_max; mtt_count++) { in hns_roce_mtr_find()
845 npage = cfg->region[mtt_count].offset; in hns_roce_mtr_find()
864 mtt_count = 0; in hns_roce_mtr_find()
867 &mtt_count, NULL); in hns_roce_mtr_find()
868 if (!mtts || !mtt_count) in hns_roce_mtr_find()
871 npage = min(mtt_count, left); in hns_roce_mtr_find()
873 for (mtt_count = 0; mtt_count < npage; mtt_count++) in hns_roce_mtr_find()
874 mtt_buf[total++] = le64_to_cpu(mtts[mtt_count]); in hns_roce_mtr_find()