Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hem.c133 mhop->bt_chunk_size = 1 << (hr_dev->caps.qpc_ba_pg_sz in get_hem_table_config()
141 mhop->bt_chunk_size = 1 << (hr_dev->caps.mpt_ba_pg_sz in get_hem_table_config()
149 mhop->bt_chunk_size = 1 << (hr_dev->caps.cqc_ba_pg_sz in get_hem_table_config()
157 mhop->bt_chunk_size = 1 << (hr_dev->caps.sccc_ba_pg_sz in get_hem_table_config()
165 mhop->bt_chunk_size = 1 << (hr_dev->caps.qpc_timer_ba_pg_sz in get_hem_table_config()
173 mhop->bt_chunk_size = 1 << (hr_dev->caps.cqc_timer_ba_pg_sz in get_hem_table_config()
181 mhop->bt_chunk_size = 1 << (hr_dev->caps.srqc_ba_pg_sz in get_hem_table_config()
189 mhop->bt_chunk_size = 1 << (hr_dev->caps.mtt_ba_pg_sz in get_hem_table_config()
191 mhop->ba_l0_num = mhop->bt_chunk_size / BA_BYTE_LEN; in get_hem_table_config()
197 mhop->bt_chunk_size = 1 << (hr_dev->caps.cqe_ba_pg_sz in get_hem_table_config()
[all …]
Dhns_roce_hem.h103 u32 bt_chunk_size; member
Dhns_roce_hw_v2.c3059 chunk_ba_num = mhop.bt_chunk_size / 8; in hns_roce_v2_set_hem()