Home
last modified time | relevance | path

Searched refs:rte_sched_port_enqueue (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/lib/librte_port/
H A Drte_port_sched.c174 nb_tx = rte_sched_port_enqueue(p->sched, p->tx_buf, p->tx_buf_count); in rte_port_sched_writer_tx()
198 nb_tx = rte_sched_port_enqueue(p->sched, p->tx_buf, in rte_port_sched_writer_tx_bulk()
204 nb_tx = rte_sched_port_enqueue(p->sched, pkts, n_pkts); in rte_port_sched_writer_tx_bulk()
221 nb_tx = rte_sched_port_enqueue(p->sched, p->tx_buf, in rte_port_sched_writer_tx_bulk()
239 nb_tx = rte_sched_port_enqueue(p->sched, p->tx_buf, p->tx_buf_count); in rte_port_sched_writer_flush()
/f-stack/dpdk/lib/librte_sched/
H A Dversion.map14 rte_sched_port_enqueue;
H A Drte_sched.h531 rte_sched_port_enqueue(struct rte_sched_port *port, struct rte_mbuf **pkts, uint32_t n_pkts);
H A Drte_sched.c1971 rte_sched_port_enqueue(struct rte_sched_port *port, struct rte_mbuf **pkts, in rte_sched_port_enqueue() function
/f-stack/dpdk/examples/qos_sched/
H A Dapp_thread.c206 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()
/f-stack/dpdk/app/test/
H A Dtest_sched.c165 err = rte_sched_port_enqueue(port, in_mbufs, 10); in test_sched()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dqos_framework.rst211 … int rte_sched_port_enqueue(struct rte_sched_port *port, struct rte_mbuf **pkts, uint32_t n_pkts);
252 rte_sched_port_enqueue(port, pkts_rx, n_pkts_rx);