| /f-stack/dpdk/lib/librte_gso/ |
| H A D | rte_gso.c | 21 ((((ctx)->gso_types & (DEV_TX_OFFLOAD_TCP_TSO | \ 64 (gso_ctx->gso_types & DEV_TX_OFFLOAD_TCP_TSO)) { in rte_gso_segment()
|
| /f-stack/dpdk/drivers/net/cxgbe/ |
| H A D | cxgbe.h | 43 DEV_TX_OFFLOAD_TCP_TSO | \
|
| /f-stack/dpdk/drivers/net/igc/ |
| H A D | igc_ethdev.h | 78 DEV_TX_OFFLOAD_TCP_TSO | \
|
| /f-stack/dpdk/examples/flow_filtering/ |
| H A D | main.c | 141 DEV_TX_OFFLOAD_TCP_TSO, in init_port()
|
| /f-stack/dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_vf_representor.c | 69 DEV_TX_OFFLOAD_TCP_TSO | DEV_TX_OFFLOAD_MULTI_SEGS; in ixgbe_vf_representor_dev_infos_get()
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_tx.c | 50 no_caps |= DEV_TX_OFFLOAD_TCP_TSO; in sfc_tx_get_offload_mask() 478 if (txq_info->offloads & (DEV_TX_OFFLOAD_TCP_TSO | in sfc_tx_qstart() 1163 DEV_TX_OFFLOAD_TCP_TSO,
|
| H A D | sfc_ef10_tx.c | 941 if (info->offloads & (DEV_TX_OFFLOAD_TCP_TSO | in sfc_ef10_tx_qcreate() 1113 DEV_TX_OFFLOAD_TCP_TSO |
|
| H A D | sfc_ef100_tx.c | 951 DEV_TX_OFFLOAD_TCP_TSO |
|
| H A D | sfc.c | 800 if (sfc_dp_tx_offload_capa(sa->priv.dp_tx) & DEV_TX_OFFLOAD_TCP_TSO) { in sfc_attach()
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_res.c | 197 DEV_TX_OFFLOAD_TCP_TSO; in enic_get_vnic_config()
|
| /f-stack/dpdk/drivers/net/ice/ |
| H A D | ice_rxtx_vec_common.h | 271 DEV_TX_OFFLOAD_TCP_TSO | \
|
| H A D | ice_dcf_ethdev.c | 667 DEV_TX_OFFLOAD_TCP_TSO | in ice_dcf_dev_info_get()
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | flow_filtering.rst | 129 DEV_TX_OFFLOAD_TCP_TSO, 210 DEV_TX_OFFLOAD_TCP_TSO,
|
| /f-stack/dpdk/drivers/net/netvsc/ |
| H A D | hn_rndis.c | 868 if (tx_offloads & DEV_TX_OFFLOAD_TCP_TSO) { in hn_rndis_conf_offload() 930 dev_info->tx_offload_capa |= DEV_TX_OFFLOAD_TCP_TSO; in hn_rndis_get_offload()
|
| /f-stack/dpdk/drivers/net/iavf/ |
| H A D | iavf_rxtx.h | 31 DEV_TX_OFFLOAD_TCP_TSO | \
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_txq.c | 257 offloads |= DEV_TX_OFFLOAD_TCP_TSO; in mlx4_get_tx_port_offloads()
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_txq.c | 108 offloads |= DEV_TX_OFFLOAD_TCP_TSO; in mlx5_get_tx_port_offloads() 795 bool tso = txq_ctrl->txq.offloads & (DEV_TX_OFFLOAD_TCP_TSO | in txq_set_params()
|
| /f-stack/dpdk/drivers/net/i40e/ |
| H A D | i40e_vf_representor.c | 61 DEV_TX_OFFLOAD_TCP_TSO | in i40e_vf_representor_dev_infos_get()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | features.rst | 225 * **[uses] rte_eth_txconf,rte_eth_txmode**: ``offloads:DEV_TX_OFFLOAD_TCP_TSO``. 230 * **[provides] rte_eth_dev_info**: ``tx_offload_capa,tx_queue_offload_capa:DEV_TX_OFFLOAD_TCP_TSO…
|
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_ethdev.h | 136 DEV_TX_OFFLOAD_TCP_TSO | \
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt.h | 571 DEV_TX_OFFLOAD_TCP_TSO | \
|
| /f-stack/dpdk/drivers/net/ena/ |
| H A D | ena_ethdev.c | 135 DEV_TX_OFFLOAD_TCP_TSO) 332 (queue_offloads & DEV_TX_OFFLOAD_TCP_TSO)) { in ena_tx_mbuf_prepare() 2035 tx_feat |= DEV_TX_OFFLOAD_TCP_TSO; in ena_infos_get()
|
| /f-stack/lib/ |
| H A D | ff_dpdk_if.c | 699 if (dev_info.tx_offload_capa & DEV_TX_OFFLOAD_TCP_TSO) { in init_port_start() 701 port_conf.txmode.offloads |= DEV_TX_OFFLOAD_TCP_TSO; in init_port_start()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | generic_segmentation_offload_lib.rst | 199 ``DEV_TX_OFFLOAD_TCP_TSO``. The only other supported values currently
|
| H A D | mbuf_lib.rst | 188 This is supported on hardware advertising DEV_TX_OFFLOAD_TCP_TSO.
|