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.c745 int mtt_count; in hns_roce_get_direct_addr_mtt() local
753 for (mtt_count = 0; mtt_count < cfg->region_count && total < mtt_cnt; in hns_roce_get_direct_addr_mtt()
754 mtt_count++) { in hns_roce_get_direct_addr_mtt()
755 npage = cfg->region[mtt_count].offset; in hns_roce_get_direct_addr_mtt()
777 int mtt_count; in hns_roce_get_mhop_mtt() local
782 mtt_count = 0; in hns_roce_get_mhop_mtt()
785 &mtt_count); in hns_roce_get_mhop_mtt()
786 if (!mtts || !mtt_count) in hns_roce_get_mhop_mtt()
789 npage = min(mtt_count, left); in hns_roce_get_mhop_mtt()
791 for (mtt_count = 0; mtt_count < npage; mtt_count++) in hns_roce_get_mhop_mtt()
[all …]