| /f-stack/dpdk/lib/librte_port/ |
| H A D | rte_port_ras.c | 136 send_burst(struct rte_port_ring_writer_ras *p) in send_burst() function 224 send_burst(p); in rte_port_ring_writer_ras_tx() 247 send_burst(p); in rte_port_ring_writer_ras_tx_bulk() 258 send_burst(p); in rte_port_ring_writer_ras_tx_bulk() 274 send_burst(p); in rte_port_ring_writer_ras_flush()
|
| H A D | rte_port_kni.c | 164 send_burst(struct rte_port_kni_writer *p) in send_burst() function 186 send_burst(p); in rte_port_kni_writer_tx() 208 send_burst(p); in rte_port_kni_writer_tx_bulk() 232 send_burst(p); in rte_port_kni_writer_tx_bulk() 245 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()
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd.h | 99 send_burst(struct lcore_conf *qconf, uint16_t n, uint16_t port) in send_burst() function 131 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_lpm.c | 223 send_burst(qconf, in lpm_main_loop()
|
| H A D | l3fwd_em.c | 667 send_burst(qconf, in em_main_loop()
|
| /f-stack/dpdk/examples/ipv4_multicast/ |
| H A D | main.c | 160 send_burst(struct lcore_queue_conf *qconf, uint16_t port) in send_burst() function 288 send_burst(qconf, port); in mcast_send_pkt() 373 send_burst(qconf, portid); in send_timeout_burst()
|
| /f-stack/dpdk/examples/ip_fragmentation/ |
| H A D | main.c | 220 send_burst(struct lcore_queue_conf *qconf, uint16_t n, uint16_t port) in send_burst() function 379 send_burst(qconf, (uint16_t)len, port_out); in l3fwd_simple_forward() 431 send_burst(&lcore_queue_conf[lcore_id], in main_loop()
|
| /f-stack/dpdk/examples/ip_reassembly/ |
| H A D | main.c | 248 send_burst(struct lcore_queue_conf *qconf, uint32_t thresh, uint16_t port) in send_burst() function 290 fill = send_burst(qconf, MAX_PKT_BURST, port); in send_single_packet() 468 send_burst(qconf, 1, portid); in main_loop()
|
| /f-stack/lib/ |
| H A D | ff_dpdk_if.c | 1630 send_burst(struct lcore_conf *qconf, uint16_t n, uint8_t port) function 1683 send_burst(qconf, MAX_PKT_BURST, port); 1701 send_burst(qconf, MAX_PKT_BURST, ctx->port_id); 1864 send_burst(qconf,
|
| /f-stack/dpdk/examples/performance-thread/l3fwd-thread/ |
| H A D | main.c | 620 send_burst(struct thread_tx_conf *qconf, uint16_t n, uint16_t port) in send_burst() function 657 send_burst(qconf, MAX_PKT_BURST, port); in send_single_packet() 728 send_burst(qconf, MAX_PKT_BURST, port); in send_packetsx4() 2108 send_burst(tx_conf, tx_conf->tx_mbufs[portid].len, portid); in lthread_tx() 2345 send_burst(tx_conf, tx_conf->tx_mbufs[portid].len, portid); in pthread_tx()
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 533 send_burst(struct lcore_conf *qconf, uint16_t n, uint16_t port) in send_burst() function 573 send_burst(qconf, len, port); in send_fragment_packet() 625 send_burst(qconf, MAX_PKT_BURST, port); in send_single_packet() 1061 send_burst(qconf, buf->len, portid); in drain_tx_buffers()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | ipv4_multicast.rst | 243 send_burst(qconf, port);
|