Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/hw/hns/
A Dhns_roce_hem.c130 mhop->buf_chunk_size = 1 << (hr_dev->caps.qpc_buf_pg_sz in get_hem_table_config()
138 mhop->buf_chunk_size = 1 << (hr_dev->caps.mpt_buf_pg_sz in get_hem_table_config()
146 mhop->buf_chunk_size = 1 << (hr_dev->caps.cqc_buf_pg_sz in get_hem_table_config()
154 mhop->buf_chunk_size = 1 << (hr_dev->caps.sccc_buf_pg_sz in get_hem_table_config()
178 mhop->buf_chunk_size = 1 << (hr_dev->caps.srqc_buf_pg_sz in get_hem_table_config()
797 unsigned long buf_chunk_size; in hns_roce_init_hem_table() local
806 buf_chunk_size = mhop.buf_chunk_size; in hns_roce_init_hem_table()
811 obj_per_chunk = buf_chunk_size / obj_size; in hns_roce_init_hem_table()
887 u32 buf_chunk_size; in hns_roce_cleanup_mhop_hem_table() local
893 buf_chunk_size = table->type < HEM_TYPE_MTT ? mhop.buf_chunk_size : in hns_roce_cleanup_mhop_hem_table()
[all …]
A Dhns_roce_hem.h96 u32 buf_chunk_size; member
A Dhns_roce_hw_v2.c2062 u64 buf_chunk_size = PAGE_SIZE; in calc_pg_sz() local
2063 u64 obj_per_chunk_default = buf_chunk_size / obj_size; in calc_pg_sz()

Completed in 100 milliseconds