Lines Matching refs:chunk_id

313 		const unsigned int socket_id, const uint32_t chunk_id,  in efd_get_choice()  argument
316 struct efd_online_chunk *chunk = &table->chunks[socket_id][chunk_id]; in efd_get_choice()
350 const void *key, uint32_t * const chunk_id, uint32_t * const bin_id) in efd_compute_ids() argument
356 *chunk_id = efd_get_chunk_id(table, h); in efd_compute_ids()
797 const uint32_t chunk_id, const uint32_t group_id, in efd_apply_update() argument
802 struct efd_online_chunk *chunk = &table->chunks[socket_id][chunk_id]; in efd_apply_update()
823 memcpy(&(table->chunks[i][chunk_id].groups[group_id]), in efd_apply_update()
826 table->chunks[i][chunk_id].bin_choice_list[bin_index] = in efd_apply_update()
959 const efd_value_t value, uint32_t * const chunk_id, in efd_compute_update() argument
971 efd_compute_ids(table, key, chunk_id, bin_id); in efd_compute_update()
974 &table->offline_chunks[*chunk_id]; in efd_compute_update()
978 *chunk_id, *bin_id); in efd_compute_update()
1020 *chunk_id, in efd_compute_update()
1029 "group %u bin %u\n", *chunk_id, in efd_compute_update()
1163 uint32_t chunk_id = 0, group_id = 0, bin_id = 0; in rte_efd_update() local
1168 &chunk_id, &group_id, &bin_id, in rte_efd_update()
1177 efd_apply_update(table, socket_id, chunk_id, group_id, bin_id, in rte_efd_update()
1187 uint32_t chunk_id, bin_id; in rte_efd_delete() local
1190 efd_compute_ids(table, key, &chunk_id, &bin_id); in rte_efd_delete()
1193 &table->offline_chunks[chunk_id]; in rte_efd_delete()
1196 chunk_id, bin_id); in rte_efd_delete()
1302 uint32_t chunk_id, group_id, bin_id; in rte_efd_lookup() local
1308 efd_compute_ids(table, key, &chunk_id, &bin_id); in rte_efd_lookup()
1309 bin_choice = efd_get_choice(table, socket_id, chunk_id, bin_id); in rte_efd_lookup()
1311 group = &chunks[chunk_id].groups[group_id]; in rte_efd_lookup()