Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/app/test/
H A Dtest_sched.c190 uint32_t tc_ov; in test_sched() local
191 rte_sched_subport_read_stats(port, SUBPORT, &subport_stats, &tc_ov); in test_sched()
/f-stack/dpdk/lib/librte_sched/
H A Drte_sched.h433 uint32_t *tc_ov);
H A Drte_sched.c166 uint8_t tc_ov; member
1254 s->tc_ov = 0; in rte_sched_subport_config()
1350 uint32_t tc_be_ov = s->tc_ov; in rte_sched_pipe_config()
1355 s->tc_ov = s->tc_ov_rate > subport_tc_be_rate; in rte_sched_pipe_config()
1357 if (s->tc_ov != tc_be_ov) { in rte_sched_pipe_config()
1393 uint32_t tc_be_ov = s->tc_ov; in rte_sched_pipe_config()
1399 if (s->tc_ov != tc_be_ov) { in rte_sched_pipe_config()
1595 uint32_t *tc_ov) in rte_sched_subport_read_stats() argument
1618 if (tc_ov == NULL) { in rte_sched_subport_read_stats()
1631 *tc_ov = s->tc_ov; in rte_sched_subport_read_stats()
[all …]
/f-stack/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_tm.c3277 uint32_t tc_ov, id; in read_port_stats() local
3283 &tc_ov); in read_port_stats()
3324 uint32_t tc_ov, tc_id; in read_subport_stats() local
3330 &tc_ov); in read_subport_stats()