Home
last modified time | relevance | path

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

/dpdk/examples/multi_process/client_server_mp/mp_client/
H A Dclient.c119 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 Dnode.c123 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 Drte_event_eth_tx_adapter.c483 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 Dmain.c217 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 Drte_ethdev.h3671 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 Drte_ethdev.c2227 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 Dfail_safe.rst188 to emit anything, returning ``0`` from its TX function. Any unsent packet must