| /dpdk/lib/hash/ |
| H A D | rte_jhash.h | 45 #define rot(x, k) (((x) << (k)) | ((x) >> (32-(k)))) argument 71 #define BIT_SHIFT(x, y, k) (((x) >> (k)) | ((uint64_t)(y) << (32-(k)))) argument 95 const uint32_t *k in __rte_jhash_2hashes() local 98 const uint32_t *k = (uint32_t *)((uintptr_t)key & (uintptr_t)~3); __rte_jhash_2hashes() local 257 rte_jhash_32b_2hashes(const uint32_t * k,uint32_t length,uint32_t * pc,uint32_t * pb) rte_jhash_32b_2hashes() argument 303 rte_jhash_32b(const uint32_t * k,uint32_t length,uint32_t initval) rte_jhash_32b() argument [all...] |
| /dpdk/lib/table/ |
| H A D | rte_table_hash_func.h | 54 uint64_t *k = (uint64_t *)key; rte_table_hash_crc_key8() local 68 uint64_t *k = (uint64_t *)key; rte_table_hash_crc_key16() local 87 uint64_t *k = (uint64_t *)key; rte_table_hash_crc_key24() local 109 uint64_t *k = (uint64_t *)key; rte_table_hash_crc_key32() local 135 uint64_t *k = (uint64_t *)key; rte_table_hash_crc_key40() local 161 uint64_t *k = (uint64_t *)key; rte_table_hash_crc_key48() local 188 uint64_t *k = (uint64_t *)key; rte_table_hash_crc_key56() local 218 uint64_t *k = (uint64_t *)key; rte_table_hash_crc_key64() local [all...] |
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec_process.c | 32 uint32_t i, k, len, n; in enqueue_cop_bulk() local 169 uint32_t j, k; in ipsec_prepare_crypto_group() local 201 uint32_t k; ipsec_process_inline_group() local 220 uint32_t k; ipsec_process_cpu_group() local 242 uint32_t i, k, n; ipsec_process() local 335 uint32_t i, k, n, ng; ipsec_cqp_process() local [all...] |
| /dpdk/drivers/net/bnxt/tf_core/ |
| H A D | lookup3.h | 16 #define rot(x, k) (((x) << (k)) | ((x) >> (32 - (k)))) argument 121 static inline uint32_t hashword(const uint32_t *k, in hashword()
|
| /dpdk/lib/ipsec/ |
| H A D | misc.h | 22 uint32_t i, j, k; in move_bad_mbufs() local 49 uint32_t k, n, plen; in mbuf_get_seg_ofs() local
|
| H A D | esp_inb.c | 368 uint32_t i, k, hl; in esp_inb_pkt_prepare() local 435 uint32_t k, n; in check_pad_bytes() local 578 uint32_t adj, i, k, tl, bytes; in tun_process() local 642 uint32_t i, k, l2, tl, bytes; in trs_process() local 698 uint32_t i, k; in esp_inb_rsn_update() local 726 uint32_t k, n; in esp_inb_pkt_process() local 759 uint32_t i, k; in cpu_inb_pkt_prepare() local
|
| H A D | esp_outb.c | 296 uint32_t i, k; in esp_outb_tun_prepare() local 446 uint32_t i, k, n, l2, l3; esp_outb_trs_prepare() local 541 uint32_t i, k, n; cpu_outb_pkt_prepare() local 628 uint32_t i, k, icv_len, *icv, bytes; esp_outb_sqh_process() local 724 uint32_t i, k, nb_segs_total, n_sqn; inline_outb_tun_pkt_process() local 792 uint32_t i, k, nb_segs_total, n_sqn; inline_outb_trs_pkt_process() local [all...] |
| H A D | rte_ipsec_group.h | 85 uint32_t i, j, k, n; in rte_ipsec_pkt_crypto_group() local
|
| /dpdk/lib/sched/ |
| H A D | rte_approx.c | 53 uint32_t k = (k_num / k_denum) + 1; in find_exact_solution_left() local 65 uint32_t k = (k_num / k_denum) + 1; in find_exact_solution_right() local 202 uint64_t k = (k_num / k_denum) + 1; in find_exact_solution_left_64() local 214 uint64_t k = (k_num / k_denum) + 1; in find_exact_solution_right_64() local
|
| /dpdk/app/test-pipeline/ |
| H A D | runtime.c | 147 uint16_t k; in app_main_loop_tx() local
|
| /dpdk/lib/acl/ |
| H A D | acl_run_avx512.c | 43 uint32_t i, j, k, m, n; in update_flow_mask() local 76 uint32_t i, j, k, mi, mn; in resolve_mcle8_avx512x1() local
|
| /dpdk/app/test/ |
| H A D | test_lpm_perf.c | 218 uint32_t k; in generate_random_rule_prefix() local 690 unsigned k; in test_lpm_perf() local 717 unsigned k; in test_lpm_perf() local
|
| H A D | test_ptr_compress.c | 67 unsigned int j, k, n; in test_ptr_compress() local
|
| H A D | test_cryptodev_sm2_test_vectors.h | 14 rte_crypto_param k; member
|
| H A D | test_member_perf.c | 419 unsigned int i, j, k; in timed_lookups_bulk() local 506 unsigned int i, j, k; in timed_lookups_multimatch_bulk() local 655 unsigned int i, j, k; in run_all_tbl_perf_tests() local
|
| /dpdk/lib/member/ |
| H A D | rte_member_vbf.c | 190 uint32_t i, k; in rte_member_lookup_bulk_vbf() local 253 uint32_t i, k; in rte_member_lookup_multi_bulk_vbf() local
|
| /dpdk/lib/ip_frag/ |
| H A D | rte_ip_frag_common.c | 21 uint32_t i, k, n; in rte_ip_frag_free_death_row() local
|
| /dpdk/lib/net/ |
| H A D | rte_gre.h | 34 uint16_t k:1; /**< Key Present bit */ global() member
|
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_altivec.h | 122 int32_t k; send_packets_multi() local
|
| H A D | l3fwd_lpm_neon.h | 91 const int32_t k = RTE_ALIGN_FLOOR(nb_rx, FWDSTEP); in l3fwd_lpm_process_packets() local
|
| H A D | l3fwd_lpm_altivec.h | 106 const int32_t k = RTE_ALIGN_FLOOR(nb_rx, FWDSTEP); in l3fwd_lpm_process_packets() local
|
| H A D | l3fwd_neon.h | 97 int32_t k; send_packets_multi() local
|
| H A D | l3fwd_sse.h | 96 int32_t k; send_packets_multi() local
|
| H A D | l3fwd_lpm_sse.h | 92 const int32_t k = RTE_ALIGN_FLOOR(nb_rx, FWDSTEP); in l3fwd_lpm_process_packets() local
|
| /dpdk/lib/fib/ |
| H A D | trie_avx512.c | 99 const __mmask64 k = 0x1111111111111111; in trie_vec_lookup_x16x2() local 242 const __mmask64 k = 0x101010101010101; in trie_vec_lookup_x8x2_8b() local [all...] |