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 …]
125 uint32_t tx_buf_count; member157 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() local207 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() local411 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 …]
126 uint32_t tx_buf_count; member176 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() local197 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 …]
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 …]
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 …]
56 uint32_t tx_buf_count; member116 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 …]