Searched refs:tcfg (Results 1 – 3 of 3) sorted by relevance
| /dpdk/app/test/ |
| H A D | test_red.c | 518 *tcfg->tconfig->maxp_inv, tcfg->tlevel[i]); in func_test1() 522 if (tcfg->tlevel[i] == tcfg->tconfig->min_th) in func_test1() 524 else if (tcfg->tlevel[i] == tcfg->tconfig->max_th) in func_test1() 629 tcfg->tconfig->maxp_inv[i], *tcfg->tlevel); in func_test2() 1035 tcfg->tconfig->min_th, tcfg->tconfig->max_th, in func_test5() 1309 *tcfg->tqueue->q = *tcfg->tlevel; in perf1_test() 1319 rte_red_set_avg_int(tcfg->tconfig->rconfig, tcfg->tqueue->rdata, *tcfg->tlevel); in perf1_test() 1450 *tcfg->tqueue->q = *tcfg->tlevel; in perf2_test() 1462 rte_red_set_avg_int(tcfg->tconfig->rconfig, tcfg->tqueue->rdata, *tcfg->tlevel); in perf2_test() 1644 if (++(*tcfg->tqueue->q) >= *tcfg->tlevel) in ovfl_test1() [all …]
|
| H A D | test_pie.c | 245 *tcfg->tqueue->qlen = 0; in test_rte_pie_init() 396 tcfg->tqueue->qlen, in func_test1() 397 tcfg->tlevel[i], in func_test1() 436 label, prob, *tcfg->tvar->enqueued, *tcfg->tvar->dropped, in func_test1() 509 *tcfg->tlevel, in func_test2() 535 i, avg, *tcfg->tvar->enqueued, *tcfg->tvar->dropped, in func_test2() 619 tcfg->tqueue->qlen, in func_test3() 620 tcfg->tlevel[i], in func_test3() 659 label, prob, *tcfg->tvar->enqueued, *tcfg->tvar->dropped, in func_test3() 833 total = *tcfg->tvar->enqueued + *tcfg->tvar->dropped; in perf_test() [all …]
|
| /dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.c | 5288 struct tstorm_eth_function_common_config *tcfg, in storm_memset_func_cfg() argument 5297 ecore_storm_memset_struct(sc, addr, size, (uint32_t *) tcfg); in storm_memset_func_cfg() 5302 struct tstorm_eth_function_common_config tcfg = { 0 }; in bnx2x_func_init() local 5305 storm_memset_func_cfg(sc, &tcfg, p->func_id); in bnx2x_func_init()
|