Lines Matching refs:throughput_function
3815 lcore_function_t *throughput_function; in throughput_test() local
3847 throughput_function = throughput_intr_lcore_dec; in throughput_test()
3849 throughput_function = throughput_intr_lcore_ldpc_dec; in throughput_test()
3851 throughput_function = throughput_intr_lcore_enc; in throughput_test()
3853 throughput_function = throughput_intr_lcore_ldpc_enc; in throughput_test()
3855 throughput_function = throughput_intr_lcore_enc; in throughput_test()
3867 throughput_function = throughput_pmd_lcore_dec; in throughput_test()
3869 throughput_function = throughput_pmd_lcore_ldpc_dec; in throughput_test()
3871 throughput_function = throughput_pmd_lcore_enc; in throughput_test()
3873 throughput_function = throughput_pmd_lcore_ldpc_enc; in throughput_test()
3875 throughput_function = throughput_pmd_lcore_enc; in throughput_test()
3897 rte_eal_remote_launch(throughput_function, in throughput_test()
3902 ret = throughput_function(&t_params[0]); in throughput_test()