Lines Matching refs:throughput_function
3786 lcore_function_t *throughput_function; in throughput_test() local
3818 throughput_function = throughput_intr_lcore_dec; in throughput_test()
3820 throughput_function = throughput_intr_lcore_ldpc_dec; in throughput_test()
3822 throughput_function = throughput_intr_lcore_enc; in throughput_test()
3824 throughput_function = throughput_intr_lcore_ldpc_enc; in throughput_test()
3826 throughput_function = throughput_intr_lcore_enc; in throughput_test()
3838 throughput_function = throughput_pmd_lcore_dec; in throughput_test()
3840 throughput_function = throughput_pmd_lcore_ldpc_dec; in throughput_test()
3842 throughput_function = throughput_pmd_lcore_enc; in throughput_test()
3844 throughput_function = throughput_pmd_lcore_ldpc_enc; in throughput_test()
3846 throughput_function = throughput_pmd_lcore_enc; in throughput_test()
3868 rte_eal_remote_launch(throughput_function, in throughput_test()
3873 ret = throughput_function(&t_params[0]); in throughput_test()