Searched refs:tx_buf_count (Results 1 – 7 of 7) sorted by relevance
158 uint32_t tx_buf_count; member223 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() local285 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() local601 if (tx_buf_count) { in rte_port_ring_writer_nodrop_tx_bulk_internal()[all …]
124 uint32_t tx_buf_count; member156 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() local206 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() local410 if (tx_buf_count) in rte_port_kni_writer_nodrop_tx_bulk()[all …]
127 uint16_t tx_buf_count; member179 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() local212 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() local419 if (tx_buf_count) in rte_port_ethdev_writer_nodrop_tx_bulk()[all …]
150 uint32_t tx_buf_count; member184 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() local264 p->tx_buf_count = tx_buf_count; in rte_port_sym_crypto_writer_tx_bulk()335 uint32_t tx_buf_count; member396 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 …]
125 uint32_t tx_buf_count; member175 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() local196 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 …]
158 uint16_t tx_buf_count; member189 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() local259 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; member362 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 …]
55 uint32_t tx_buf_count; member115 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 …]