Home
last modified time | relevance | path

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

/dpdk/lib/port/
H A Drte_port_ring.c158 uint32_t tx_buf_count; member
223 p->tx_buf_count = 0; in send_burst()
238 p->tx_buf_count = 0; in send_burst_mp()
277 uint32_t tx_buf_count = p->tx_buf_count; in rte_port_ring_writer_tx_bulk_internal() local
285 if (tx_buf_count) { in rte_port_ring_writer_tx_bulk_internal()
317 p->tx_buf_count = tx_buf_count; in rte_port_ring_writer_tx_bulk_internal()
518 p->tx_buf_count = 0; in send_burst_nodrop()
552 p->tx_buf_count = 0; in send_burst_mp_nodrop()
593 uint32_t tx_buf_count = p->tx_buf_count; in rte_port_ring_writer_nodrop_tx_bulk_internal() local
601 if (tx_buf_count) { in rte_port_ring_writer_nodrop_tx_bulk_internal()
[all …]
H A Drte_port_kni.c124 uint32_t tx_buf_count; member
156 port->tx_buf_count = 0; in rte_port_kni_writer_create()
173 p->tx_buf_count = 0; in send_burst()
198 uint32_t tx_buf_count = p->tx_buf_count; in rte_port_kni_writer_tx_bulk() local
206 if (tx_buf_count) in rte_port_kni_writer_tx_bulk()
229 p->tx_buf_count = tx_buf_count; in rte_port_kni_writer_tx_bulk()
355 p->tx_buf_count = 0; in send_burst_nodrop()
376 p->tx_buf_count = 0; in send_burst_nodrop()
402 uint32_t tx_buf_count = p->tx_buf_count; in rte_port_kni_writer_nodrop_tx_bulk() local
410 if (tx_buf_count) in rte_port_kni_writer_nodrop_tx_bulk()
[all …]
H A Drte_port_ethdev.c127 uint16_t tx_buf_count; member
179 p->tx_buf_count = 0; in send_burst()
204 uint32_t tx_buf_count = p->tx_buf_count; in rte_port_ethdev_writer_tx_bulk() local
212 if (tx_buf_count) in rte_port_ethdev_writer_tx_bulk()
236 p->tx_buf_count = tx_buf_count; in rte_port_ethdev_writer_tx_bulk()
361 p->tx_buf_count); in send_burst_nodrop()
365 p->tx_buf_count = 0; in send_burst_nodrop()
385 p->tx_buf_count = 0; in send_burst_nodrop()
411 uint32_t tx_buf_count = p->tx_buf_count; in rte_port_ethdev_writer_nodrop_tx_bulk() local
419 if (tx_buf_count) in rte_port_ethdev_writer_nodrop_tx_bulk()
[all …]
H A Drte_port_sym_crypto.c150 uint32_t tx_buf_count; member
184 port->tx_buf_count = 0; in rte_port_sym_crypto_writer_create()
207 p->tx_buf_count = 0; in send_burst()
233 uint32_t tx_buf_count = p->tx_buf_count; in rte_port_sym_crypto_writer_tx_bulk() local
264 p->tx_buf_count = tx_buf_count; in rte_port_sym_crypto_writer_tx_bulk()
335 uint32_t tx_buf_count; member
396 p->tx_buf_count = 0; in send_burst_nodrop()
407 p->tx_buf_count = 0; in send_burst_nodrop()
418 p->tx_buf_count = 0; in send_burst_nodrop()
445 uint32_t tx_buf_count = p->tx_buf_count; in rte_port_sym_crypto_writer_nodrop_tx_bulk() local
[all …]
H A Drte_port_sched.c125 uint32_t tx_buf_count; member
175 p->tx_buf_count = 0; in rte_port_sched_writer_tx()
188 uint32_t tx_buf_count = p->tx_buf_count; in rte_port_sched_writer_tx_bulk() local
196 if (tx_buf_count) { in rte_port_sched_writer_tx_bulk()
198 tx_buf_count); in rte_port_sched_writer_tx_bulk()
200 p->tx_buf_count = 0; in rte_port_sched_writer_tx_bulk()
215 p->tx_buf_count = tx_buf_count; in rte_port_sched_writer_tx_bulk()
221 tx_buf_count); in rte_port_sched_writer_tx_bulk()
223 p->tx_buf_count = 0; in rte_port_sched_writer_tx_bulk()
235 if (p->tx_buf_count) { in rte_port_sched_writer_flush()
[all …]
H A Drte_port_fd.c158 uint16_t tx_buf_count; member
189 port->tx_buf_count = 0; in rte_port_fd_writer_create()
215 p->tx_buf_count = 0; in send_burst()
239 uint32_t tx_buf_count = p->tx_buf_count; in rte_port_fd_writer_tx_bulk() local
259 p->tx_buf_count = tx_buf_count; in rte_port_fd_writer_tx_bulk()
272 if (p->tx_buf_count > 0) in rte_port_fd_writer_flush()
329 uint16_t tx_buf_count; member
362 port->tx_buf_count = 0; in rte_port_fd_writer_nodrop_create()
400 p->tx_buf_count = 0; in send_burst_nodrop()
424 uint32_t tx_buf_count = p->tx_buf_count; in rte_port_fd_writer_nodrop_tx_bulk() local
[all …]
H A Drte_port_ras.c55 uint32_t tx_buf_count; member
115 port->tx_buf_count = 0; in rte_port_ring_writer_ras_create()
140 p->tx_buf_count, NULL); in send_burst()
143 for ( ; nb_tx < p->tx_buf_count; nb_tx++) in send_burst()
146 p->tx_buf_count = 0; in send_burst()
163 p->tx_buf[p->tx_buf_count++] = pkt; in process_ipv4()
175 p->tx_buf[p->tx_buf_count++] = mo; in process_ipv4()
196 p->tx_buf[p->tx_buf_count++] = pkt; in process_ipv6()
208 p->tx_buf[p->tx_buf_count++] = mo; in process_ipv6()
222 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_ring_writer_ras_tx()
[all …]