Home
last modified time | relevance | path

Searched defs:k (Results 1 – 25 of 83) sorted by relevance

1234

/dpdk/lib/hash/
H A Drte_jhash.h45 #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 Drte_table_hash_func.h54 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 Dipsec_process.c32 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 Dlookup3.h16 #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 Dmisc.h22 uint32_t i, j, k; in move_bad_mbufs() local
49 uint32_t k, n, plen; in mbuf_get_seg_ofs() local
H A Desp_inb.c368 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 Desp_outb.c296 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 Drte_ipsec_group.h85 uint32_t i, j, k, n; in rte_ipsec_pkt_crypto_group() local
/dpdk/lib/sched/
H A Drte_approx.c53 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 Druntime.c147 uint16_t k; in app_main_loop_tx() local
/dpdk/lib/acl/
H A Dacl_run_avx512.c43 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 Dtest_lpm_perf.c218 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 Dtest_ptr_compress.c67 unsigned int j, k, n; in test_ptr_compress() local
H A Dtest_cryptodev_sm2_test_vectors.h14 rte_crypto_param k; member
H A Dtest_member_perf.c419 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 Drte_member_vbf.c190 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 Drte_ip_frag_common.c21 uint32_t i, k, n; in rte_ip_frag_free_death_row() local
/dpdk/lib/net/
H A Drte_gre.h34 uint16_t k:1; /**< Key Present bit */ global() member
/dpdk/examples/l3fwd/
H A Dl3fwd_altivec.h122 int32_t k; send_packets_multi() local
H A Dl3fwd_lpm_neon.h91 const int32_t k = RTE_ALIGN_FLOOR(nb_rx, FWDSTEP); in l3fwd_lpm_process_packets() local
H A Dl3fwd_lpm_altivec.h106 const int32_t k = RTE_ALIGN_FLOOR(nb_rx, FWDSTEP); in l3fwd_lpm_process_packets() local
H A Dl3fwd_neon.h97 int32_t k; send_packets_multi() local
H A Dl3fwd_sse.h96 int32_t k; send_packets_multi() local
H A Dl3fwd_lpm_sse.h92 const int32_t k = RTE_ALIGN_FLOOR(nb_rx, FWDSTEP); in l3fwd_lpm_process_packets() local
/dpdk/lib/fib/
H A Dtrie_avx512.c99 const __mmask64 k = 0x1111111111111111; in trie_vec_lookup_x16x2() local
242 const __mmask64 k = 0x101010101010101; in trie_vec_lookup_x8x2_8b() local
[all...]

1234