Home
last modified time | relevance | path

Searched refs:buf_chunk_size (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/hns/
Dhns_roce_hem.c131 mhop->buf_chunk_size = 1 << (hr_dev->caps.qpc_buf_pg_sz in get_hem_table_config()
139 mhop->buf_chunk_size = 1 << (hr_dev->caps.mpt_buf_pg_sz in get_hem_table_config()
147 mhop->buf_chunk_size = 1 << (hr_dev->caps.cqc_buf_pg_sz in get_hem_table_config()
155 mhop->buf_chunk_size = 1 << (hr_dev->caps.sccc_buf_pg_sz in get_hem_table_config()
163 mhop->buf_chunk_size = 1 << (hr_dev->caps.qpc_timer_buf_pg_sz in get_hem_table_config()
171 mhop->buf_chunk_size = 1 << (hr_dev->caps.cqc_timer_buf_pg_sz in get_hem_table_config()
179 mhop->buf_chunk_size = 1 << (hr_dev->caps.srqc_buf_pg_sz in get_hem_table_config()
187 mhop->buf_chunk_size = 1 << (hr_dev->caps.mtt_buf_pg_sz in get_hem_table_config()
195 mhop->buf_chunk_size = 1 << (hr_dev->caps.cqe_buf_pg_sz in get_hem_table_config()
203 mhop->buf_chunk_size = 1 << (hr_dev->caps.srqwqe_buf_pg_sz in get_hem_table_config()
[all …]
Dhns_roce_hem.h102 u32 buf_chunk_size; member