Home
last modified time | relevance | path

Searched refs:send_burst (Results 1 – 16 of 16) sorted by relevance

/dpdk/lib/port/
H A Drte_port_ras.c135 send_burst(struct rte_port_ring_writer_ras *p) in send_burst() function
223 send_burst(p); in rte_port_ring_writer_ras_tx()
246 send_burst(p); in rte_port_ring_writer_ras_tx_bulk()
257 send_burst(p); in rte_port_ring_writer_ras_tx_bulk()
273 send_burst(p); in rte_port_ring_writer_ras_flush()
H A Drte_port_kni.c163 send_burst(struct rte_port_kni_writer *p) in send_burst() function
185 send_burst(p); in rte_port_kni_writer_tx()
207 send_burst(p); in rte_port_kni_writer_tx_bulk()
231 send_burst(p); in rte_port_kni_writer_tx_bulk()
244 send_burst(p); in rte_port_kni_writer_flush()
H A Drte_port_ethdev.c168 send_burst(struct rte_port_ethdev_writer *p) in send_burst() function
191 send_burst(p); in rte_port_ethdev_writer_tx()
213 send_burst(p); in rte_port_ethdev_writer_tx_bulk()
238 send_burst(p); in rte_port_ethdev_writer_tx_bulk()
251 send_burst(p); in rte_port_ethdev_writer_flush()
H A Drte_port_sym_crypto.c195 send_burst(struct rte_port_sym_crypto_writer *p) in send_burst() function
220 send_burst(p); in rte_port_sym_crypto_writer_tx()
249 send_burst(p); in rte_port_sym_crypto_writer_tx_bulk()
266 send_burst(p); in rte_port_sym_crypto_writer_tx_bulk()
279 send_burst(p); in rte_port_sym_crypto_writer_flush()
H A Drte_port_eventdev.c192 send_burst(struct rte_port_eventdev_writer *p) in send_burst() function
216 send_burst(p); in rte_port_eventdev_writer_tx()
238 send_burst(p); in rte_port_eventdev_writer_tx_bulk()
271 send_burst(p); in rte_port_eventdev_writer_tx_bulk()
284 send_burst(p); in rte_port_eventdev_writer_flush()
H A Drte_port_fd.c195 send_burst(struct rte_port_fd_writer *p) in send_burst() function
227 send_burst(p); in rte_port_fd_writer_tx()
261 send_burst(p); in rte_port_fd_writer_tx_bulk()
273 send_burst(p); in rte_port_fd_writer_flush()
H A Drte_port_ring.c212 send_burst(struct rte_port_ring_writer *p) in send_burst() function
249 send_burst(p); in rte_port_ring_writer_tx()
289 send_burst(p); in rte_port_ring_writer_tx_bulk_internal()
322 send_burst(p); in rte_port_ring_writer_tx_bulk_internal()
351 send_burst(p); in rte_port_ring_writer_flush()
/dpdk/examples/l3fwd/
H A Dl3fwd.h112 send_burst(struct lcore_conf *qconf, uint16_t n, uint16_t port) in send_burst() function
144 send_burst(qconf, MAX_PKT_BURST, port); in send_single_packet()
H A Dl3fwd_common.h235 send_burst(qconf, MAX_PKT_BURST, port); in send_packetsx4()
H A Dl3fwd_fib.c216 send_burst(qconf, in fib_main_loop()
H A Dl3fwd_lpm.c193 send_burst(qconf, in lpm_main_loop()
H A Dl3fwd_em.c613 send_burst(qconf, in em_main_loop()
/dpdk/examples/ipv4_multicast/
H A Dmain.c162 send_burst(struct lcore_queue_conf *qconf, uint16_t port) in send_burst() function
296 send_burst(qconf, port); in mcast_send_pkt()
390 send_burst(qconf, portid); in send_timeout_burst()
/dpdk/examples/ip_fragmentation/
H A Dmain.c223 send_burst(struct lcore_queue_conf *qconf, uint16_t n, uint16_t port) in send_burst() function
382 send_burst(qconf, (uint16_t)len, port_out); in l3fwd_simple_forward()
434 send_burst(&lcore_queue_conf[lcore_id], in main_loop()
/dpdk/examples/ip_reassembly/
H A Dmain.c251 send_burst(struct lcore_queue_conf *qconf, uint32_t thresh, uint16_t port) in send_burst() function
293 fill = send_burst(qconf, MAX_PKT_BURST, port); in send_single_packet()
471 send_burst(qconf, 1, portid); in main_loop()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c592 send_burst(struct lcore_conf *qconf, uint16_t n, uint16_t port) in send_burst() function
632 send_burst(qconf, len, port); in send_fragment_packet()
682 send_burst(qconf, MAX_PKT_BURST, port); in send_single_packet()
1133 send_burst(qconf, buf->len, portid); in drain_tx_buffers()