Lines Matching refs:tqueue
84 struct test_queue *tqueue; /**< Test structure for RTE_PIE Queues */ member
245 *tcfg->tqueue->qlen = 0; in test_rte_pie_init()
367 .tqueue = &ft_tqueue,
389 rte_pie_rt_data_init(tcfg->tqueue->pdata_in); in func_test1()
390 rte_pie_set_active(NULL, tcfg->tqueue->pdata_in, 1); in func_test1()
395 tcfg->tqueue->pdata_in, in func_test1()
396 tcfg->tqueue->qlen, in func_test1()
398 tcfg->tqueue->q_ramp_up) != 0) { in func_test1()
413 tcfg->tqueue->pdata_in, in func_test1()
414 tcfg->tqueue->qlen, in func_test1()
421 drop_prob = rte_pie_get_drop_prob(NULL, tcfg->tqueue->pdata_in); in func_test1()
434 active = rte_pie_get_active(NULL, tcfg->tqueue->pdata_in); in func_test1()
438 (double)tcfg->tqueue->drop_tolerance, active); in func_test1()
476 .tqueue = &ft_tqueue,
501 rte_pie_rt_data_init(tcfg->tqueue->pdata_in); in func_test2()
502 rte_pie_set_active(NULL, tcfg->tqueue->pdata_in, 1); in func_test2()
507 tcfg->tqueue->pdata_in, in func_test2()
508 tcfg->tqueue->qlen, in func_test2()
510 tcfg->tqueue->q_ramp_up) != 0) { in func_test2()
516 tcfg->tqueue->pdata_in, in func_test2()
517 tcfg->tqueue->qlen, in func_test2()
522 avg = rte_pie_get_avg_dq_time(NULL, tcfg->tqueue->pdata_in); in func_test2()
526 drop_prob = rte_pie_get_drop_prob(NULL, tcfg->tqueue->pdata_in); in func_test2()
529 (double)tcfg->tqueue->drop_tolerance)) { in func_test2()
537 (double)tcfg->tqueue->drop_tolerance); in func_test2()
590 .tqueue = &ft3_tqueue,
612 rte_pie_rt_data_init(tcfg->tqueue->pdata_in); in func_test3()
613 rte_pie_set_active(NULL, tcfg->tqueue->pdata_in, 1); in func_test3()
618 tcfg->tqueue->pdata_in, in func_test3()
619 tcfg->tqueue->qlen, in func_test3()
621 tcfg->tqueue->q_ramp_up) != 0) { in func_test3()
636 tcfg->tqueue->pdata_in, in func_test3()
637 tcfg->tqueue->qlen, in func_test3()
644 drop_prob = rte_pie_get_drop_prob(NULL, tcfg->tqueue->pdata_in); in func_test3()
657 active = rte_pie_get_active(NULL, tcfg->tqueue->pdata_in); in func_test3()
661 (double)tcfg->tqueue->drop_tolerance, active); in func_test3()
791 .tqueue = &pt_tqueue,
818 rte_pie_rt_data_init(tcfg->tqueue->pdata_in); in perf_test()
819 rte_pie_set_active(NULL, tcfg->tqueue->pdata_in, 1); in perf_test()
824 tcfg->tqueue->pdata_in, in perf_test()
826 tcfg->tqueue->qlen, in perf_test()
868 .tqueue = &pt_tqueue2,
895 rte_pie_rt_data_init(tcfg->tqueue->pdata_in); in perf_test2()
896 rte_pie_set_active(NULL, tcfg->tqueue->pdata_in, 1); in perf_test2()
902 tcfg->tqueue->pdata_in, in perf_test2()
903 tcfg->tqueue->pdata_out, in perf_test2()
904 tcfg->tqueue->qlen, in perf_test2()