Home
last modified time | relevance | path

Searched refs:DEV_TX_OFFLOAD_TCP_CKSUM (Results 1 – 25 of 67) sorted by relevance

123

/f-stack/dpdk/drivers/net/mvneta/
H A Dmvneta_ethdev.h63 DEV_TX_OFFLOAD_TCP_CKSUM)
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec.h21 DEV_TX_OFFLOAD_TCP_CKSUM | \
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe.h42 DEV_TX_OFFLOAD_TCP_CKSUM | \
/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.h35 DEV_TX_OFFLOAD_TCP_CKSUM | \
/f-stack/dpdk/drivers/net/octeontx/
H A Docteontx_ethdev.h71 DEV_TX_OFFLOAD_TCP_CKSUM | \
/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.h76 DEV_TX_OFFLOAD_TCP_CKSUM | \
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_txq.c254 DEV_TX_OFFLOAD_TCP_CKSUM); in mlx4_get_tx_port_offloads()
372 DEV_TX_OFFLOAD_TCP_CKSUM)), in mlx4_tx_queue_setup()
/f-stack/dpdk/examples/flow_filtering/
H A Dmain.c139 DEV_TX_OFFLOAD_TCP_CKSUM | in init_port()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_vf_representor.c68 DEV_TX_OFFLOAD_TCP_CKSUM | DEV_TX_OFFLOAD_SCTP_CKSUM | in ixgbe_vf_representor_dev_infos_get()
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_tx.c98 if (((offloads & DEV_TX_OFFLOAD_TCP_CKSUM) == 0) != in sfc_tx_qcheck_conf()
470 if ((txq_info->offloads & DEV_TX_OFFLOAD_TCP_CKSUM) || in sfc_tx_qstart()
1161 DEV_TX_OFFLOAD_TCP_CKSUM |
H A Dsfc_ef10_tx.c1111 DEV_TX_OFFLOAD_TCP_CKSUM |
1138 DEV_TX_OFFLOAD_TCP_CKSUM |
H A Dsfc_ef100_tx.c949 DEV_TX_OFFLOAD_TCP_CKSUM |
/f-stack/dpdk/drivers/net/enic/
H A Denic_res.c196 DEV_TX_OFFLOAD_TCP_CKSUM | in enic_get_vnic_config()
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx_vec_common.h272 DEV_TX_OFFLOAD_TCP_CKSUM)
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dflow_filtering.rst127 DEV_TX_OFFLOAD_TCP_CKSUM |
208 DEV_TX_OFFLOAD_TCP_CKSUM |
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rndis.c803 if (tx_offloads & DEV_TX_OFFLOAD_TCP_CKSUM) { in hn_rndis_conf_offload()
921 dev_info->tx_offload_capa |= DEV_TX_OFFLOAD_TCP_CKSUM; in hn_rndis_get_offload()
/f-stack/dpdk/app/test-pmd/
H A Dcsumonly.c520 else if (tx_offloads & DEV_TX_OFFLOAD_TCP_CKSUM) in process_inner_cksums()
1023 DEV_TX_OFFLOAD_TCP_CKSUM | in pkt_burst_checksum_forward()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_rxtx.h32 DEV_TX_OFFLOAD_TCP_CKSUM)
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_vf_representor.c58 DEV_TX_OFFLOAD_TCP_CKSUM | in i40e_vf_representor_dev_infos_get()
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst548 …th_txconf,rte_eth_txmode**: ``offloads:DEV_TX_OFFLOAD_UDP_CKSUM,DEV_TX_OFFLOAD_TCP_CKSUM,DEV_TX_OF…
557 …``tx_offload_capa,tx_queue_offload_capa:DEV_TX_OFFLOAD_UDP_CKSUM,DEV_TX_OFFLOAD_TCP_CKSUM,DEV_TX_O…
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_ethdev.h133 DEV_TX_OFFLOAD_TCP_CKSUM | \
/f-stack/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.c56 DEV_TX_OFFLOAD_TCP_CKSUM |
329 {DEV_TX_OFFLOAD_TCP_CKSUM, " TCP csum,"}, in dpaa2_dev_tx_burst_mode_get()
603 (tx_offloads & DEV_TX_OFFLOAD_TCP_CKSUM) || in dpaa2_eth_dev_configure()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt.h569 DEV_TX_OFFLOAD_TCP_CKSUM | \
/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.c132 #define QUEUE_OFFLOADS (DEV_TX_OFFLOAD_TCP_CKSUM |\
357 (queue_offloads & DEV_TX_OFFLOAD_TCP_CKSUM)) { in ena_tx_mbuf_prepare()
2040 DEV_TX_OFFLOAD_TCP_CKSUM; in ena_infos_get()
/f-stack/lib/
H A Dff_dpdk_if.c689 (dev_info.tx_offload_capa & DEV_TX_OFFLOAD_TCP_CKSUM)) { in init_port_start()
691 … port_conf.txmode.offloads |= DEV_TX_OFFLOAD_UDP_CKSUM | DEV_TX_OFFLOAD_TCP_CKSUM; in init_port_start()

123