Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
A Dhns_roce_hem.c236 mhop->l0_idx = table_idx / chunk_ba_num; in hns_roce_calc_hem_mhop()
239 mhop->l0_idx = table_idx; in hns_roce_calc_hem_mhop()
246 if (mhop->l0_idx >= mhop->ba_l0_num) in hns_roce_calc_hem_mhop()
247 mhop->l0_idx %= mhop->ba_l0_num; in hns_roce_calc_hem_mhop()
343 u32 l0_idx, l1_idx, l2_idx; in calc_hem_config() local
352 l0_idx = mhop->l0_idx; in calc_hem_config()
359 index->l1 = l0_idx * chunk_ba_num + l1_idx; in calc_hem_config()
360 index->l0 = l0_idx; in calc_hem_config()
365 index->l0 = l0_idx; in calc_hem_config()
369 index->buf = l0_idx; in calc_hem_config()
[all …]
A Dhns_roce_hem.h99 u32 l0_idx; /* level 0 base address table index */ member
A Dhns_roce_hw_v2.c3910 i = mhop.l0_idx; in hns_roce_v2_set_hem()
3927 obj = mhop.l0_idx; in hns_roce_v2_set_hem()

Completed in 17 milliseconds