Home
last modified time | relevance | path

Searched defs:positions (Results 1 – 4 of 4) sorted by relevance

/dpdk/lib/hash/
H A Drte_cuckoo_hash.c1903 uint16_t *sig, int32_t num_keys, int32_t *positions, in __bulk_lookup_l()
2050 uint16_t *sig, int32_t num_keys, int32_t *positions, in __bulk_lookup_lf()
2281 int32_t num_keys, int32_t *positions, in __rte_hash_lookup_bulk_l()
2297 int32_t num_keys, int32_t *positions, in __rte_hash_lookup_bulk_lf()
2313 int32_t num_keys, int32_t *positions, in __rte_hash_lookup_bulk()
2326 uint32_t num_keys, int32_t *positions) in rte_hash_lookup_bulk()
2344 int32_t positions[num_keys]; in rte_hash_lookup_bulk_data() local
2356 int32_t num_keys, int32_t *positions, in __rte_hash_lookup_with_hash_bulk_l()
2391 int32_t num_keys, int32_t *positions, in __rte_hash_lookup_with_hash_bulk_lf()
2426 int32_t *positions, uint64_t *hit_mask, void *data[]) in __rte_hash_lookup_with_hash_bulk()
[all …]
/dpdk/examples/server_node_efd/node/
H A Dnode.c276 int32_t positions[PKT_READ_SIZE] = {0}; in handle_packets() local
/dpdk/lib/table/
H A Drte_table_hash_cuckoo.c246 int32_t positions[RTE_PORT_IN_BURST_SIZE_MAX], status; in rte_table_hash_cuckoo_lookup() local
/dpdk/app/test/
H A Dtest_hash_perf.c71 static int32_t positions[KEYS_TO_ADD]; variable