Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_rm.c430 uint8_t p_slices = 1; in tf_rm_update_parent_reservations() local
434 p_slices = cfg[parent].slices; in tf_rm_update_parent_reservations()
436 RTE_ASSERT(p_slices); in tf_rm_update_parent_reservations()
438 combined_cnt = alloc_cnt[parent] / p_slices; in tf_rm_update_parent_reservations()
440 if (alloc_cnt[parent] % p_slices) in tf_rm_update_parent_reservations()
450 alloc_cnt[parent], p_slices); in tf_rm_update_parent_reservations()