Searched refs:unsent (Results 1 – 7 of 7) sorted by relevance
| /dpdk/examples/multi_process/client_server_mp/mp_client/ |
| H A D | client.c | 119 flush_tx_error_callback(struct rte_mbuf **unsent, uint16_t count, in flush_tx_error_callback() argument 128 rte_pktmbuf_free(unsent[i]); in flush_tx_error_callback()
|
| /dpdk/examples/server_node_efd/node/ |
| H A D | node.c | 123 flush_tx_error_callback(struct rte_mbuf **unsent, uint16_t count, in flush_tx_error_callback() argument 132 rte_pktmbuf_free(unsent[i]); in flush_tx_error_callback()
|
| /dpdk/lib/eventdev/ |
| H A D | rte_event_eth_tx_adapter.c | 483 txa_service_buffer_retry(struct rte_mbuf **pkts, uint16_t unsent, in txa_service_buffer_retry() argument 499 &pkts[sent], unsent - sent); in txa_service_buffer_retry() 502 } while (sent != unsent && retry++ < TXA_RETRY_CNT); in txa_service_buffer_retry() 504 for (i = sent; i < unsent; i++) in txa_service_buffer_retry() 509 stats->tx_dropped += unsent - sent; in txa_service_buffer_retry()
|
| /dpdk/examples/packet_ordering/ |
| H A D | main.c | 217 flush_tx_error_callback(struct rte_mbuf **unsent, uint16_t count, in flush_tx_error_callback() argument 223 pktmbuf_free_bulk(unsent, count); in flush_tx_error_callback()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_ethdev.h | 3671 typedef void (*buffer_tx_error_fn)(struct rte_mbuf **unsent, uint16_t count, 3760 rte_eth_tx_buffer_drop_callback(struct rte_mbuf **pkts, uint16_t unsent, 3787 rte_eth_tx_buffer_count_callback(struct rte_mbuf **pkts, uint16_t unsent,
|
| H A D | rte_ethdev.c | 2227 rte_eth_tx_buffer_drop_callback(struct rte_mbuf **pkts, uint16_t unsent, in rte_eth_tx_buffer_drop_callback() argument 2230 rte_pktmbuf_free_bulk(pkts, unsent); in rte_eth_tx_buffer_drop_callback() 2234 rte_eth_tx_buffer_count_callback(struct rte_mbuf **pkts, uint16_t unsent, in rte_eth_tx_buffer_count_callback() argument 2239 rte_pktmbuf_free_bulk(pkts, unsent); in rte_eth_tx_buffer_count_callback() 2240 *count += unsent; in rte_eth_tx_buffer_count_callback()
|
| /dpdk/doc/guides/nics/ |
| H A D | fail_safe.rst | 188 to emit anything, returning ``0`` from its TX function. Any unsent packet must
|