| /dpdk/lib/hash/ |
| H A D | rte_cuckoo_hash.c | 59 struct rte_hash *h = NULL; in rte_hash_find_existing() local 127 get_alt_bucket_index(const struct rte_hash *h, in get_alt_bucket_index() 136 struct rte_hash *h = NULL; in rte_hash_create() local 485 rte_hash_free(struct rte_hash *h) in rte_hash_free() 538 rte_hash_max_key_id(const struct rte_hash *h) in rte_hash_max_key_id() 553 rte_hash_count(const struct rte_hash *h) in rte_hash_count() 578 __hash_rw_writer_lock(const struct rte_hash *h) in __hash_rw_writer_lock() 587 __hash_rw_reader_lock(const struct rte_hash *h) in __hash_rw_reader_lock() 614 rte_hash_reset(struct rte_hash *h) in rte_hash_reset() 676 enqueue_slot_back(const struct rte_hash *h, in enqueue_slot_back() [all …]
|
| H A D | rte_fbk_hash.c | 41 struct rte_fbk_hash_table *h = NULL; in EAL_REGISTER_TAILQ() local
|
| H A D | rte_thash.c | 196 attach_lfsr(struct rte_thash_subtuple_helper *h, struct thash_lfsr *lfsr) in attach_lfsr() 428 struct rte_thash_subtuple_helper *h) in generate_complement_table() 654 rte_thash_get_complement(struct rte_thash_subtuple_helper *h, in rte_thash_get_complement() 761 struct rte_thash_subtuple_helper *h, in rte_thash_adjust_tuple()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_bits.h | 24 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) argument 27 #define GENMASK_ULL(h, l) \ argument
|
| /dpdk/examples/server_node_efd/node/ |
| H A D | node.c | 198 struct rte_hash *h; in create_hash_table() local 220 populate_hash_table(const struct rte_hash *h, const struct shared_info *info) in populate_hash_table() 270 handle_packets(struct rte_hash *h, struct rte_mbuf **bufs, uint16_t num_packets) in handle_packets() 310 struct rte_hash *h; in main() local
|
| /dpdk/drivers/common/mlx5/ |
| H A D | mlx5_common_utils.c | 395 struct mlx5_hlist *h; in mlx5_hlist_create() local 453 mlx5_hlist_lookup(struct mlx5_hlist *h, uint64_t key, void *ctx) in mlx5_hlist_lookup() 465 mlx5_hlist_register(struct mlx5_hlist *h, uint64_t key, void *ctx) in mlx5_hlist_register() 493 mlx5_hlist_unregister(struct mlx5_hlist *h, struct mlx5_list_entry *entry) in mlx5_hlist_unregister() 511 mlx5_hlist_destroy(struct mlx5_hlist *h) in mlx5_hlist_destroy()
|
| /dpdk/drivers/net/i40e/base/ |
| H A D | i40e_osdep.h | 94 #define i40e_debug(h, m, s, ...) \ argument 187 #define i40e_allocate_dma_mem(h, m, unused, s, a) \ argument 189 #define i40e_free_dma_mem(h, m) i40e_free_dma_mem_d(h, m) argument 196 #define i40e_allocate_virt_mem(h, m, s) i40e_allocate_virt_mem_d(h, m, s) argument 197 #define i40e_free_virt_mem(h, m) i40e_free_virt_mem_d(h, m) argument 201 #define CPU_TO_LE64(h) rte_cpu_to_le_64(h) argument 208 #define cpu_to_le64(h) rte_cpu_to_le_64(h) argument
|
| /dpdk/drivers/common/iavf/ |
| H A D | iavf_osdep.h | 75 #define CPU_TO_LE64(h) rte_cpu_to_le_64(h) argument 151 #define iavf_debug(h, m, s, ...) \ argument 178 #define iavf_allocate_dma_mem(h, m, unused, s, a) \ argument 180 #define iavf_free_dma_mem(h, m) iavf_free_dma_mem_d(h, m) argument 182 #define iavf_allocate_virt_mem(h, m, s) iavf_allocate_virt_mem_d(h, m, s) argument 183 #define iavf_free_virt_mem(h, m) iavf_free_virt_mem_d(h, m) argument
|
| /dpdk/lib/ring/ |
| H A D | rte_ring_rts_elem_pvt.h | 27 union __rte_ring_rts_poscnt h, ot, nt; in __rte_ring_rts_update_tail() local 54 union __rte_ring_rts_poscnt *h) in __rte_ring_rts_head_wait()
|
| H A D | rte_ring_peek_elem_pvt.h | 34 uint32_t h, n, t; in __rte_ring_st_get_tail() local
|
| /dpdk/drivers/gpu/cuda/ |
| H A D | common.h | 29 struct gdr_mh_s { unsigned long h; }; member
|
| /dpdk/app/test/ |
| H A D | test_thash.c | 515 struct rte_thash_subtuple_helper *h; in test_get_helper() local 578 struct rte_thash_subtuple_helper *h; in test_predictable_rss_min_seq() local 659 struct rte_thash_subtuple_helper *h[RTE_DIM(rng_arr)]; in test_predictable_rss_multirange() local 733 struct rte_thash_subtuple_helper *h; in test_adjust_tuple() local
|
| H A D | test_hash_multiwriter.c | 39 struct rte_hash *h; member
|
| H A D | test_pcapng.c | 180 pkt_print(u_char *user, const struct pcap_pkthdr *h, in pkt_print()
|
| H A D | test_rcu_qsbr.c | 52 static struct rte_hash *h[RTE_MAX_LCORE]; variable 1046 struct rte_hash *h = NULL; in init_hash() local
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | opae_osdep.h | 45 #define GENMASK(h, l) (((~0UL) << (l)) & (~0UL >> (BITS_PER_LONG - 1 - (h)))) argument 48 #define GENMASK_ULL(h, l) \ argument
|
| /dpdk/drivers/net/null/ |
| H A D | rte_eth_null.c | 86 struct null_queue *h = q; in eth_null_rx() local 111 struct null_queue *h = q; in eth_null_copy_rx() local 145 struct null_queue *h = q; in eth_null_tx() local 162 struct null_queue *h = q; in eth_null_copy_tx() local
|
| /dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_tm.c | 2109 struct tm_hierarchy *h = &p->soft.tm.h; in pipe_profile_build() local 2202 struct tm_hierarchy *h = &p->soft.tm.h; in pipe_profile_mark() local 2217 struct tm_hierarchy *h = &p->soft.tm.h; in pipe_profile_get() local 2235 struct tm_hierarchy *h = &p->soft.tm.h; in pipe_profiles_generate() local 2288 struct tm_hierarchy *h = &p->soft.tm.h; in tm_tc_wred_profile_get() local 2446 struct tm_hierarchy *h = &p->soft.tm.h; in subport_profiles_generate() local 2489 struct tm_hierarchy *h = &p->soft.tm.h; in hierarchy_commit_check() local 2736 struct tm_hierarchy *h = &p->soft.tm.h; in hierarchy_blueprints_create() local 3232 struct tm_hierarchy *h = &p->soft.tm.h; in tm_port_queue_id() local 3253 struct tm_hierarchy *h = &p->soft.tm.h; in read_port_stats() local
|
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_osdep.h | 81 #define CPU_TO_LE64(h) rte_cpu_to_le_64(h) argument 149 #define ice_debug(h, m, s, ...) \ argument 202 #define ice_malloc(h, s) rte_zmalloc(NULL, s, 0) argument 203 #define ice_calloc(h, c, s) rte_calloc(NULL, c, s, 0) argument 204 #define ice_free(h, m) rte_free(m) argument
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_ec.h | 31 buffer h; member
|
| /dpdk/drivers/net/vmxnet3/ |
| H A D | vmxnet3_ethdev.c | 1102 #define VMXNET3_UPDATE_TX_STAT(h, i, f, r) \ in vmxnet3_hw_tx_stats_get() argument 1122 #define VMXNET3_UPDATE_RX_STAT(h, i, f, r) \ in vmxnet3_hw_rx_stats_get() argument 1144 #define VMXNET3_REDUCE_SNAPSHOT_TX_STAT(h, i, f, r) \ in vmxnet3_tx_stats_get() argument 1165 #define VMXNET3_REDUCE_SNAPSHOT_RX_STAT(h, i, f, r) \ in vmxnet3_rx_stats_get() argument
|
| /dpdk/app/test-pmd/ |
| H A D | 5tswap.c | 106 } h; in pkt_burst_5tuple_swap() local
|
| /dpdk/lib/mempool/ |
| H A D | rte_mempool_ops.c | 24 rte_mempool_register_ops(const struct rte_mempool_ops *h) in rte_mempool_register_ops()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.h | 17 #define __BYTES_TO_UINT64(a, b, c, d, e, f, g, h) \ argument 27 #define __BYTES_TO_UINT64(a, b, c, d, e, f, g, h) \ argument
|
| /dpdk/drivers/crypto/bcmfs/ |
| H A D | bcmfs_device.c | 53 int bcmfs_hw_queue_pair_register_ops(const struct bcmfs_hw_queue_pair_ops *h) in bcmfs_hw_queue_pair_register_ops()
|