Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_gso/
H A Drte_gso.c17 ((((ctx)->gso_types & DEV_TX_OFFLOAD_UDP_TSO) == 0) || \
70 (gso_ctx->gso_types & DEV_TX_OFFLOAD_UDP_TSO)) { in rte_gso_segment()
/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.h79 DEV_TX_OFFLOAD_UDP_TSO | \
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst230 …ev_info**: ``tx_offload_capa,tx_queue_offload_capa:DEV_TX_OFFLOAD_TCP_TSO,DEV_TX_OFFLOAD_UDP_TSO``.
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h1383 #define DEV_TX_OFFLOAD_UDP_TSO 0x00000040 macro
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c1177 if (dev_info.tx_offload_capa & DEV_TX_OFFLOAD_UDP_TSO) { in port_offload_cap_display()
1180 DEV_TX_OFFLOAD_UDP_TSO) in port_offload_cap_display()
H A Dtestpmd.c1556 DEV_TX_OFFLOAD_GRE_TNL_TSO | DEV_TX_OFFLOAD_UDP_TSO; in init_config()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c2151 DEV_TX_OFFLOAD_UDP_TSO | in txgbe_get_tx_port_offloads()