Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_efd/
H A Drte_efd.c218 uint8_t bin_choice_list[(EFD_CHUNK_NUM_BINS * 2 + 7) / 8]; member
326 chunk->bin_choice_list[bin_id / EFD_CHUNK_NUM_BIN_TO_GROUP_SETS]; in efd_get_choice()
813 chunk->bin_choice_list[bin_index]; in efd_apply_update()
829 table->chunks[i][chunk_id].bin_choice_list[bin_index] = in efd_apply_update()
1329 uint8_t bin_choice_list[RTE_EFD_BURST_MAX]; in rte_efd_lookup_bulk() local
1338 rte_prefetch0(&chunks[chunk_id_list[i]].bin_choice_list); in rte_efd_lookup_bulk()
1342 bin_choice_list[i] = efd_get_choice(table, socket_id, in rte_efd_lookup_bulk()
1345 efd_bin_to_group[bin_choice_list[i]][bin_id_list[i]]; in rte_efd_lookup_bulk()