Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c886 int mtt_count; in hns_roce_mtr_find() local
899 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 in hns_roce_mtr_find()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c804 int mtt_count, left; in hns_roce_mtr_find() local
817 for (mtt_count = 0; mtt_count < cfg->region_count && in hns_roce_mtr_find()
818 total < mtt_max; mtt_count++) { in hns_roce_mtr_find()
819 npage = cfg->region[mtt_count].offset; in hns_roce_mtr_find()
835 mtt_count = 0; in hns_roce_mtr_find()
838 &mtt_count); in hns_roce_mtr_find()
839 if (!mtts || !mtt_count) in hns_roce_mtr_find()
842 npage = min(mtt_count, left); in hns_roce_mtr_find()
844 for (mtt_count in hns_roce_mtr_find()
[all...]

Completed in 3 milliseconds