Searched defs:rte_efd_table (Results 1 – 1 of 1) sorted by relevance
232 struct rte_efd_table { struct233 char name[RTE_EFD_NAMESIZE]; /**< Name of the efd table. */235 uint32_t key_len; /**< Length of the key stored offline */237 uint32_t max_num_rules;240 uint32_t num_rules;243 uint32_t num_chunks;246 uint32_t num_chunks_shift;249 enum efd_lookup_internal_function lookup_fn;252 struct efd_online_chunk *chunks[RTE_MAX_NUMA_NODES];276 efd_get_chunk_id(const struct rte_efd_table * const table, in efd_get_chunk_id() argument