Searched refs:buf_chunk_size (Results 1 – 2 of 2) sorted by relevance
103 mhop->buf_chunk_size = 1 << (hr_dev->caps.qpc_buf_pg_sz in hns_roce_calc_hem_mhop()111 mhop->buf_chunk_size = 1 << (hr_dev->caps.mpt_buf_pg_sz in hns_roce_calc_hem_mhop()119 mhop->buf_chunk_size = 1 << (hr_dev->caps.cqc_buf_pg_sz in hns_roce_calc_hem_mhop()127 mhop->buf_chunk_size = 1 << (hr_dev->caps.srqc_buf_pg_sz in hns_roce_calc_hem_mhop()135 mhop->buf_chunk_size = 1 << (hr_dev->caps.mtt_buf_pg_sz in hns_roce_calc_hem_mhop()143 mhop->buf_chunk_size = 1 << (hr_dev->caps.cqe_buf_pg_sz in hns_roce_calc_hem_mhop()165 chunk_size = table->type < HEM_TYPE_MTT ? mhop->buf_chunk_size : in hns_roce_calc_hem_mhop()370 u32 buf_chunk_size; in hns_roce_table_mhop_get() local390 buf_chunk_size = mhop.buf_chunk_size; in hns_roce_table_mhop_get()474 size = table->type < HEM_TYPE_MTT ? buf_chunk_size : bt_chunk_size; in hns_roce_table_mhop_get()[all …]
97 u32 buf_chunk_size; member