Searched refs:rte_sched_port_enqueue (Results 1 – 7 of 7) sorted by relevance
| /dpdk/lib/port/ |
| H A D | rte_port_sched.c | 173 nb_tx = rte_sched_port_enqueue(p->sched, p->tx_buf, p->tx_buf_count); in rte_port_sched_writer_tx() 197 nb_tx = rte_sched_port_enqueue(p->sched, p->tx_buf, in rte_port_sched_writer_tx_bulk() 203 nb_tx = rte_sched_port_enqueue(p->sched, pkts, n_pkts); in rte_port_sched_writer_tx_bulk() 220 nb_tx = rte_sched_port_enqueue(p->sched, p->tx_buf, in rte_port_sched_writer_tx_bulk() 238 nb_tx = rte_sched_port_enqueue(p->sched, p->tx_buf, p->tx_buf_count); in rte_port_sched_writer_flush()
|
| /dpdk/lib/sched/ |
| H A D | version.map | 14 rte_sched_port_enqueue;
|
| H A D | rte_sched.h | 560 rte_sched_port_enqueue(struct rte_sched_port *port, struct rte_mbuf **pkts, uint32_t n_pkts);
|
| H A D | rte_sched.c | 2057 rte_sched_port_enqueue(struct rte_sched_port *port, struct rte_mbuf **pkts, in rte_sched_port_enqueue() function
|
| /dpdk/examples/qos_sched/ |
| H A D | app_thread.c | 206 int nb_sent = rte_sched_port_enqueue(conf->sched_port, mbufs, in app_worker_thread() 242 int nb_sent = rte_sched_port_enqueue(conf->sched_port, mbufs, in app_mixed_thread()
|
| /dpdk/app/test/ |
| H A D | test_sched.c | 174 err = rte_sched_port_enqueue(port, in_mbufs, 10); in test_sched()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | qos_framework.rst | 212 … int rte_sched_port_enqueue(struct rte_sched_port *port, struct rte_mbuf **pkts, uint32_t n_pkts); 253 rte_sched_port_enqueue(port, pkts_rx, n_pkts_rx);
|