Home
last modified time | relevance | path

Searched refs:RTE_BBDEV_OP_TURBO_ENC (Results 1 – 21 of 21) sorted by relevance

/f-stack/dpdk/app/test-bbdev/test_vectors/
H A Dturbo_enc_c1_k40_r0_e272_rm.data5 RTE_BBDEV_OP_TURBO_ENC
H A Dturbo_enc_c1_k40_r0_e1194_rm.data5 RTE_BBDEV_OP_TURBO_ENC
H A Dturbo_enc_c1_k40_r0_e1190_rm.data5 RTE_BBDEV_OP_TURBO_ENC
H A Dturbo_enc_c1_k40_r0_e1196_rm.data5 RTE_BBDEV_OP_TURBO_ENC
H A Dturbo_enc_c1_k6144_r0_e120_rm_rvidx.data5 RTE_BBDEV_OP_TURBO_ENC
H A Dturbo_enc_c3_k4800_r2_e14412_crc24b.data5 RTE_BBDEV_OP_TURBO_ENC
H A Dturbo_enc_c1_k6144_r0_e18444.data5 RTE_BBDEV_OP_TURBO_ENC
H A Dturbo_enc_c1_k6144_r0_e18448_crc24a.data5 RTE_BBDEV_OP_TURBO_ENC
H A Dturbo_enc_c1_k6144_r0_e32256_crc24b_rm.data5 RTE_BBDEV_OP_TURBO_ENC
/f-stack/dpdk/examples/bbdev_app/
H A Dmain.c538 lconf->core_type |= (1 << RTE_BBDEV_OP_TURBO_ENC); in lcore_conf_init()
552 bbdev_op_pools[RTE_BBDEV_OP_TURBO_ENC]; in lcore_conf_init()
927 (1 << RTE_BBDEV_OP_TURBO_ENC)); in processing_loop()
973 qconf.op_type = RTE_BBDEV_OP_TURBO_ENC; in prepare_bbdev_device()
1014 if (op_cap->type == RTE_BBDEV_OP_TURBO_ENC) { in enable_bbdev()
1091 bbdev_op_pools[RTE_BBDEV_OP_TURBO_ENC] = in main()
1093 RTE_BBDEV_OP_TURBO_ENC, NB_MBUF, 128, rte_socket_id()); in main()
1096 (bbdev_op_pools[RTE_BBDEV_OP_TURBO_ENC] == NULL)) in main()
/f-stack/dpdk/lib/librte_bbdev/
H A Drte_bbdev_op.h738 RTE_BBDEV_OP_TURBO_ENC, /**< Turbo encode */ enumerator
865 if (unlikely((priv->type != RTE_BBDEV_OP_TURBO_ENC) && in rte_bbdev_enc_op_alloc_bulk()
H A Drte_bbdev.c507 if (conf->op_type == RTE_BBDEV_OP_TURBO_ENC && in rte_bbdev_queue_configure()
847 case RTE_BBDEV_OP_TURBO_ENC: in get_bbdev_op_size()
874 } else if (type == RTE_BBDEV_OP_TURBO_ENC || in bbdev_op_init()
/f-stack/dpdk/app/test-bbdev/
H A Dtest_bbdev_vector.c276 } else if (op_type == RTE_BBDEV_OP_TURBO_ENC) { in parse_turbo_flags()
309 *op_type = RTE_BBDEV_OP_TURBO_ENC; in op_turbo_type_strtol()
896 } else if (vector->op_type == RTE_BBDEV_OP_TURBO_ENC) { in parse_entry()
1338 } else if (vector->op_type == RTE_BBDEV_OP_TURBO_ENC) { in bbdev_check_vector()
H A Dtest_bbdev_perf.c297 } else if (op_cap->type == RTE_BBDEV_OP_TURBO_ENC) { in check_dev_cap()
470 op_type = RTE_BBDEV_OP_TURBO_ENC; in create_mempools()
2338 else if (op_type == RTE_BBDEV_OP_TURBO_ENC in init_test_op_params()
2372 op_type = RTE_BBDEV_OP_TURBO_ENC; in run_test_case_on_device()
2401 } else if (test_vector.op_type == RTE_BBDEV_OP_TURBO_ENC) in run_test_case_on_device()
2653 } else if (test_vector.op_type == RTE_BBDEV_OP_TURBO_ENC) { in dequeue_event_callback()
2677 case RTE_BBDEV_OP_TURBO_ENC: in dequeue_event_callback()
3821 else if (test_vector.op_type == RTE_BBDEV_OP_TURBO_ENC) in throughput_test()
3841 else if (test_vector.op_type == RTE_BBDEV_OP_TURBO_ENC) in throughput_test()
3932 else if (test_vector.op_type == RTE_BBDEV_OP_TURBO_ENC || in throughput_test()
[all …]
H A Dturbo_enc_default.data5 RTE_BBDEV_OP_TURBO_ENC
H A Dtest_bbdev.c500 RTE_BBDEV_OP_TURBO_ENC, size, cache_size, 0)) != NULL, in test_bbdev_op_pool()
597 mp_none = rte_bbdev_op_pool_create(pool_none, RTE_BBDEV_OP_TURBO_ENC, in test_bbdev_op_pool_size()
/f-stack/dpdk/doc/guides/tools/
H A Dtestbbdev.rst333 ``RTE_BBDEV_OP_TURBO_DEC`` and for 4G encoder to ``RTE_BBDEV_OP_TURBO_ENC``.
491 For turbo encoder it has to be always set to ``RTE_BBDEV_OP_TURBO_ENC``
496 RTE_BBDEV_OP_TURBO_ENC
/f-stack/dpdk/doc/guides/prog_guide/
H A Dbbdev.rst230 .type = RTE_BBDEV_OP_TURBO_ENC,
1111 bbdev_op_pool[RTE_BBDEV_OP_TURBO_ENC] =
1113 RTE_BBDEV_OP_TURBO_ENC, NB_MBUF, 128, rte_socket_id());
1128 qconf.op_type = RTE_BBDEV_OP_TURBO_ENC;
1153 if (rte_bbdev_enc_op_alloc_bulk(bbdev_op_pool[RTE_BBDEV_OP_TURBO_ENC],
/f-stack/dpdk/drivers/baseband/fpga_lte_fec/
H A Dfpga_lte_fec.c620 .type = RTE_BBDEV_OP_TURBO_ENC, in fpga_dev_info_get()
671 if (conf->op_type == RTE_BBDEV_OP_TURBO_ENC) { in fpga_find_free_queue_idx()
/f-stack/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c182 .type = RTE_BBDEV_OP_TURBO_ENC, in info_get()
/f-stack/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c994 .type = RTE_BBDEV_OP_TURBO_ENC, in acc100_dev_info_get()