Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hem.c235 mhop->l0_idx = table_idx / chunk_ba_num; in hns_roce_calc_hem_mhop()
238 mhop->l0_idx = table_idx; in hns_roce_calc_hem_mhop()
245 if (mhop->l0_idx >= mhop->ba_l0_num) in hns_roce_calc_hem_mhop()
246 mhop->l0_idx %= mhop->ba_l0_num; in hns_roce_calc_hem_mhop()
342 u32 l0_idx, l1_idx, l2_idx; in calc_hem_config() local
351 l0_idx = mhop->l0_idx; in calc_hem_config()
358 index->l1 = l0_idx * chunk_ba_num + l1_idx; in calc_hem_config()
359 index->l0 = l0_idx; in calc_hem_config()
364 index->l0 = l0_idx; in calc_hem_config()
368 index->buf = l0_idx; in calc_hem_config()
[all …]
H A Dhns_roce_hem.h99 u32 l0_idx; /* level 0 base address table index */ member
H A Dhns_roce_hw_v2.c4066 i = mhop.l0_idx; in hns_roce_v2_set_hem()
4083 obj = mhop.l0_idx; in hns_roce_v2_set_hem()