Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_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.c125 uint32_t tx_buf_count; member
157 port->tx_buf_count = 0; in rte_port_kni_writer_create()
174 p->tx_buf_count = 0; in send_burst()
199 uint32_t tx_buf_count = p->tx_buf_count; in rte_port_kni_writer_tx_bulk() local
207 if (tx_buf_count) in rte_port_kni_writer_tx_bulk()
230 p->tx_buf_count = tx_buf_count; in rte_port_kni_writer_tx_bulk()
356 p->tx_buf_count = 0; in send_burst_nodrop()
377 p->tx_buf_count = 0; in send_burst_nodrop()
403 uint32_t tx_buf_count = p->tx_buf_count; in rte_port_kni_writer_nodrop_tx_bulk() local
411 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_sched.c126 uint32_t tx_buf_count; member
176 p->tx_buf_count = 0; in rte_port_sched_writer_tx()
189 uint32_t tx_buf_count = p->tx_buf_count; in rte_port_sched_writer_tx_bulk() local
197 if (tx_buf_count) { in rte_port_sched_writer_tx_bulk()
199 tx_buf_count); in rte_port_sched_writer_tx_bulk()
201 p->tx_buf_count = 0; in rte_port_sched_writer_tx_bulk()
216 p->tx_buf_count = tx_buf_count; in rte_port_sched_writer_tx_bulk()
222 tx_buf_count); in rte_port_sched_writer_tx_bulk()
224 p->tx_buf_count = 0; in rte_port_sched_writer_tx_bulk()
236 if (p->tx_buf_count) { in rte_port_sched_writer_flush()
[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_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.c56 uint32_t tx_buf_count; member
116 port->tx_buf_count = 0; in rte_port_ring_writer_ras_create()
141 p->tx_buf_count, NULL); in send_burst()
144 for ( ; nb_tx < p->tx_buf_count; nb_tx++) in send_burst()
147 p->tx_buf_count = 0; in send_burst()
164 p->tx_buf[p->tx_buf_count++] = pkt; in process_ipv4()
176 p->tx_buf[p->tx_buf_count++] = mo; in process_ipv4()
197 p->tx_buf[p->tx_buf_count++] = pkt; in process_ipv6()
209 p->tx_buf[p->tx_buf_count++] = mo; in process_ipv6()
223 if (p->tx_buf_count >= p->tx_burst_sz) in rte_port_ring_writer_ras_tx()
[all …]