Searched refs:rte_sched_port (Results 1 – 14 of 14) sorted by relevance
| /f-stack/dpdk/lib/librte_sched/ |
| H A D | rte_sched.h | 291 struct rte_sched_port * 301 rte_sched_port_free(struct rte_sched_port *port); 322 rte_sched_subport_pipe_profile_add(struct rte_sched_port *port, 346 rte_sched_port_subport_profile_add(struct rte_sched_port *port, 369 rte_sched_subport_config(struct rte_sched_port *port, 389 rte_sched_pipe_config(struct rte_sched_port *port, 430 rte_sched_subport_read_stats(struct rte_sched_port *port, 452 rte_sched_queue_read_stats(struct rte_sched_port *port, 478 rte_sched_port_pkt_write(struct rte_sched_port *port, 504 rte_sched_port_pkt_read_tree_path(struct rte_sched_port *port, [all …]
|
| H A D | rte_sched.c | 215 struct rte_sched_port { struct 918 size0 = sizeof(struct rte_sched_port); in rte_sched_port_get_memory_footprint() 930 struct rte_sched_port * 933 struct rte_sched_port *port = NULL; in rte_sched_port_config() 947 size0 = sizeof(struct rte_sched_port); in rte_sched_port_config() 1051 rte_sched_port_free(struct rte_sched_port *port) in rte_sched_port_free() 1291 rte_sched_pipe_config(struct rte_sched_port *port, in rte_sched_pipe_config() 2396 grinder_schedule(struct rte_sched_port *port, in grinder_schedule() 2549 grinder_next_tc(struct rte_sched_port *port, in grinder_next_tc() 2597 grinder_next_pipe(struct rte_sched_port *port, in grinder_next_pipe() [all …]
|
| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_port_sched.h | 30 struct rte_sched_port *sched; 39 struct rte_sched_port *sched;
|
| H A D | rte_port_sched.c | 31 struct rte_sched_port *sched; 124 struct rte_sched_port *sched;
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | stats.c | 15 struct rte_sched_port *port; in qavg_q() 61 struct rte_sched_port *port; in qavg_tcpipe() 116 struct rte_sched_port *port; in qavg_pipe() 163 struct rte_sched_port *port; in qavg_tcsubport() 233 struct rte_sched_port *port; in qavg_subport() 287 struct rte_sched_port *port; in subport_stat() 324 struct rte_sched_port *port; in pipe_stat()
|
| H A D | main.h | 88 struct rte_sched_port *sched_port; 107 struct rte_sched_port *sched_port;
|
| H A D | init.c | 299 static struct rte_sched_port * 304 struct rte_sched_port *port = NULL; in app_init_sched_port()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_sched.c | 94 prepare_pkt(struct rte_sched_port *port, struct rte_mbuf *mbuf) in prepare_pkt() 133 struct rte_sched_port *port = NULL; in test_sched()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | tmgr.h | 31 struct rte_sched_port *s;
|
| H A D | tmgr.c | 163 struct rte_sched_port *s; in tmgr_port_create()
|
| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_internals.h | 275 struct rte_sched_port *s;
|
| H A D | rte_eth_softnic_tm.c | 64 struct rte_sched_port *sched; in softnic_tmgr_port_create() 138 static struct rte_sched_port *
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_19_02.rst | 234 type ``struct rte_sched_port``.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | qos_framework.rst | 211 … int rte_sched_port_enqueue(struct rte_sched_port *port, struct rte_mbuf **pkts, uint32_t n_pkts); 220 … int rte_sched_port_dequeue(struct rte_sched_port *port, struct rte_mbuf **pkts, uint32_t n_pkts); 236 struct rte_sched_port *port = NULL;
|