| /dpdk/lib/table/ |
| H A D | rte_table_hash_func.h | 77 uint64_t k0, crc0, crc1; in rte_table_hash_crc_key16() local 79 k0 = k[0] & m[0]; in rte_table_hash_crc_key16() 81 crc0 = rte_crc32_u64(k0, seed); in rte_table_hash_crc_key16() 96 uint64_t k0, k2, crc0, crc1; in rte_table_hash_crc_key24() local 98 k0 = k[0] & m[0]; in rte_table_hash_crc_key24() 101 crc0 = rte_crc32_u64(k0, seed); in rte_table_hash_crc_key24() 120 k0 = k[0] & m[0]; in rte_table_hash_crc_key32() 146 k0 = k[0] & m[0]; in rte_table_hash_crc_key40() 172 k0 = k[0] & m[0]; in rte_table_hash_crc_key48() 199 k0 = k[0] & m[0]; in rte_table_hash_crc_key56() [all …]
|
| H A D | rte_swx_table_learner.c | 99 uint64_t k0, k2, k5, crc0, crc1, crc2, crc3, crc4, crc5; in hash() local 107 k0 = k[0] & m[0]; in hash() 109 crc0 = crc32_u64(k0, seed); in hash() 110 crc1 = crc32_u64(k0 >> 32, k[1] & m[1]); in hash() 117 k0 = k[0] & m[0]; in hash() 120 crc0 = crc32_u64(k0, seed); in hash() 121 crc1 = crc32_u64(k0 >> 32, k[1] & m[1]); in hash() 134 k0 = k[0] & m[0]; in hash() 138 crc0 = crc32_u64(k0, seed); in hash() 139 crc1 = crc32_u64(k0 >> 32, k[1] & m[1]); in hash()
|
| H A D | rte_swx_table_selector.c | 94 uint64_t k0, k2, k5, crc0, crc1, crc2, crc3, crc4, crc5; in hash() local 102 k0 = k[0] & m[0]; in hash() 104 crc0 = crc32_u64(k0, seed); in hash() 105 crc1 = crc32_u64(k0 >> 32, k[1] & m[1]); in hash() 112 k0 = k[0] & m[0]; in hash() 115 crc0 = crc32_u64(k0, seed); in hash() 116 crc1 = crc32_u64(k0 >> 32, k[1] & m[1]); in hash() 129 k0 = k[0] & m[0]; in hash() 133 crc0 = crc32_u64(k0, seed); in hash() 134 crc1 = crc32_u64(k0 >> 32, k[1] & m[1]); in hash()
|
| H A D | rte_swx_table_em.c | 91 uint64_t k0, k2, k5, crc0, crc1, crc2, crc3, crc4, crc5; in hash() local 99 k0 = k[0] & m[0]; in hash() 101 crc0 = crc32_u64(k0, seed); in hash() 102 crc1 = crc32_u64(k0 >> 32, k[1] & m[1]); in hash() 109 k0 = k[0] & m[0]; in hash() 112 crc0 = crc32_u64(k0, seed); in hash() 113 crc1 = crc32_u64(k0 >> 32, k[1] & m[1]); in hash() 126 k0 = k[0] & m[0]; in hash() 130 crc0 = crc32_u64(k0, seed); in hash() 131 crc1 = crc32_u64(k0 >> 32, k[1] & m[1]); in hash()
|
| /dpdk/drivers/baseband/acc100/ |
| H A D | rte_acc100_pmd.h | 260 k0:16; member 334 k0:16; member
|
| H A D | rte_acc100_pmd.c | 1260 fcw->k0 = get_k0(fcw->ncb, fcw->Zc, op->ldpc_enc.basegraph, in acc100_fcw_le_fill() 1304 fcw->k0 = get_k0(fcw->ncb, fcw->Zc, op->ldpc_dec.basegraph, in acc100_fcw_ld_fill() 1389 k0_p = (fcw->k0 > parity_offset) ? in acc100_fcw_ld_fill() 1390 fcw->k0 - op->ldpc_dec.n_filler : fcw->k0; in acc100_fcw_ld_fill()
|
| /dpdk/drivers/baseband/fpga_5gnr_fec/ |
| H A D | rte_fpga_5gnr_fec.c | 175 (uint32_t)desc->enc_req.k0, in print_dma_enc_desc_debug_info() 948 desc->k0 = get_k0(op->ldpc_enc.n_cb, op->ldpc_enc.z_c, in fpga_dma_desc_te_fill() 1437 uint16_t e, in_length, out_length, k0, l, seg_total_left, sys_cols; in enqueue_ldpc_dec_one_op_cb() local 1525 k0 = get_k0(dec->n_cb, dec->z_c, in enqueue_ldpc_dec_one_op_cb() 1527 if (k0 > parity_offset) in enqueue_ldpc_dec_one_op_cb() 1528 l = k0 + e; in enqueue_ldpc_dec_one_op_cb() 1530 l = k0 + e + dec->n_filler; in enqueue_ldpc_dec_one_op_cb()
|
| H A D | fpga_5gnr_fec.h | 127 k0:16; member
|
| /dpdk/drivers/crypto/qat/ |
| H A D | qat_sym_session.c | 1233 uint8_t k0[ICP_QAT_HW_AES_128_KEY_SZ]; in qat_sym_do_precomputes() local 1256 AES_encrypt(in, k0, &enc_key); in qat_sym_do_precomputes() 1261 aes_cmac_key_derive(k0, k1); in qat_sym_do_precomputes() 1264 memset(k0, 0, ICP_QAT_HW_AES_128_KEY_SZ); in qat_sym_do_precomputes()
|
| /dpdk/drivers/baseband/turbo_sw/ |
| H A D | bbdev_turbo_software.c | 1430 derm_req.k0 = 0; /* Actual output from SDK */ in process_ldpc_dec_cb() 1442 derm_req.k0 + derm_req.e - in process_ldpc_dec_cb() 1443 ((derm_req.k0 < derm_req.start_null_index) ? in process_ldpc_dec_cb()
|
| /dpdk/app/test-bbdev/ |
| H A D | test_bbdev_perf.c | 1906 uint16_t k0 = 0; in compute_harq_len() local 1908 k0 = get_k0(ops_ld->n_cb, ops_ld->z_c, ops_ld->basegraph, max_rv); in compute_harq_len() 1913 k0 + ops_ld->cb_params.e + in compute_harq_len() 1914 ((k0 > parity_offset) ? in compute_harq_len()
|