| /dpdk/lib/port/ |
| H A D | rte_port_ras.c | 135 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 D | rte_port_kni.c | 163 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 D | rte_port_ethdev.c | 168 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 D | rte_port_sym_crypto.c | 195 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 D | rte_port_eventdev.c | 192 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 D | rte_port_fd.c | 195 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 D | rte_port_ring.c | 212 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 D | l3fwd.h | 112 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 D | l3fwd_common.h | 235 send_burst(qconf, MAX_PKT_BURST, port); in send_packetsx4()
|
| H A D | l3fwd_fib.c | 216 send_burst(qconf, in fib_main_loop()
|
| H A D | l3fwd_lpm.c | 193 send_burst(qconf, in lpm_main_loop()
|
| H A D | l3fwd_em.c | 613 send_burst(qconf, in em_main_loop()
|
| /dpdk/examples/ipv4_multicast/ |
| H A D | main.c | 162 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 D | main.c | 223 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 D | main.c | 251 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 D | ipsec-secgw.c | 592 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()
|