Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_sram_mgr.c297 uint8_t shift, max_slices, mask, i, full_mask; in tf_sram_get_next_slice_in_block() local
304 max_slices = 8; in tf_sram_get_next_slice_in_block()
309 max_slices = 4; in tf_sram_get_next_slice_in_block()
314 max_slices = 2; in tf_sram_get_next_slice_in_block()
320 max_slices = 1; in tf_sram_get_next_slice_in_block()
327 for (i = 0; i < max_slices; i++) { in tf_sram_get_next_slice_in_block()
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_mapper.c1905 uint16_t tlen, blen, clen, slice_width, num_slices, max_slices, offset; in ulp_mapper_wc_tcam_tbl_dyn_post_process() local
1912 max_slices = dparms->wc_max_slices; in ulp_mapper_wc_tcam_tbl_dyn_post_process()
1919 num_slices <= max_slices) { in ulp_mapper_wc_tcam_tbl_dyn_post_process()
1924 if (num_slices > max_slices) { in ulp_mapper_wc_tcam_tbl_dyn_post_process()