Home
last modified time | relevance | path

Searched refs:tc_ov (Results 1 – 5 of 5) sorted by relevance

/dpdk/examples/qos_sched/
H A Dstats.c288 uint32_t tc_ov[RTE_SCHED_TRAFFIC_CLASSES_PER_PIPE]; in subport_stat() local
300 memset(tc_ov, 0, sizeof(tc_ov)); in subport_stat()
302 rte_sched_subport_read_stats(port, subport_id, &stats, tc_ov); in subport_stat()
312 stats.n_bytes_tc[i], stats.n_bytes_tc_dropped[i], tc_ov[i]); in subport_stat()
/dpdk/app/test/
H A Dtest_sched.c199 uint32_t tc_ov; in test_sched() local
200 rte_sched_subport_read_stats(port, SUBPORT, &subport_stats, &tc_ov); in test_sched()
/dpdk/lib/sched/
H A Drte_sched.c162 uint8_t tc_ov; member
1323 s->tc_ov = 0; in rte_sched_subport_config()
1420 uint32_t tc_be_ov = s->tc_ov; in rte_sched_pipe_config()
1425 s->tc_ov = s->tc_ov_rate > subport_tc_be_rate; in rte_sched_pipe_config()
1427 if (s->tc_ov != tc_be_ov) { in rte_sched_pipe_config()
1463 uint32_t tc_be_ov = s->tc_ov; in rte_sched_pipe_config()
1469 if (s->tc_ov != tc_be_ov) { in rte_sched_pipe_config()
1670 uint32_t *tc_ov) in rte_sched_subport_read_stats() argument
1693 if (tc_ov == NULL) { in rte_sched_subport_read_stats()
1706 *tc_ov = s->tc_ov; in rte_sched_subport_read_stats()
[all …]
H A Drte_sched.h462 uint32_t *tc_ov);
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c3259 uint32_t tc_ov, id; in read_port_stats() local
3265 &tc_ov); in read_port_stats()
3306 uint32_t tc_ov, tc_id; in read_subport_stats() local
3312 &tc_ov); in read_subport_stats()