Home
last modified time | relevance | path

Searched refs:DEV_RX_OFFLOAD_TCP_LRO (Results 1 – 24 of 24) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec.c194 uint64_t offloads_mask = DEV_RX_OFFLOAD_TCP_LRO | in hns3_rx_check_vec_support()
H A Dhns3_ethdev_vf.c851 gro_en = conf->rxmode.offloads & DEV_RX_OFFLOAD_TCP_LRO ? true : false; in hns3vf_dev_configure()
976 DEV_RX_OFFLOAD_TCP_LRO); in hns3vf_dev_infos_get()
H A Dhns3_rxtx.c2488 (offloads & DEV_RX_OFFLOAD_TCP_LRO) == 0) in hns3_get_rx_function()
2702 gro_en = offloads & DEV_RX_OFFLOAD_TCP_LRO ? true : false; in hns3_restore_gro_conf()
H A Dhns3_ethdev.c2390 gro_en = conf->rxmode.offloads & DEV_RX_OFFLOAD_TCP_LRO ? true : false; in hns3_dev_configure()
2521 DEV_RX_OFFLOAD_TCP_LRO); in hns3_dev_infos_get()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ring.c188 if (rx_ring_info && (rx_offloads & DEV_RX_OFFLOAD_TCP_LRO)) { in bnxt_alloc_rings()
281 if (rx_offloads & DEV_RX_OFFLOAD_TCP_LRO) in bnxt_alloc_rings()
H A Dbnxt.h589 DEV_RX_OFFLOAD_TCP_LRO | \
H A Dbnxt_rxr.c1045 (rxmode->offloads & DEV_RX_OFFLOAD_TCP_LRO) || in bnxt_init_rx_ring_struct()
H A Dbnxt_ethdev.c481 if (rx_offloads & DEV_RX_OFFLOAD_TCP_LRO) in bnxt_setup_one_vnic()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.c2249 if (rx_offloads & DEV_RX_OFFLOAD_TCP_LRO) in virtio_dev_configure()
2278 if ((rx_offloads & DEV_RX_OFFLOAD_TCP_LRO) && in virtio_dev_configure()
2335 if (rx_offloads & DEV_RX_OFFLOAD_TCP_LRO) { in virtio_dev_configure()
2364 DEV_RX_OFFLOAD_TCP_LRO | in virtio_dev_configure()
2648 dev_info->rx_offload_capa |= DEV_RX_OFFLOAD_TCP_LRO; in virtio_dev_info_get()
/f-stack/dpdk/doc/guides/nics/
H A Dfeatures.rst209 * **[uses] rte_eth_rxconf,rte_eth_rxmode**: ``offloads:DEV_RX_OFFLOAD_TCP_LRO``.
214 * **[provides] rte_eth_dev_info**: ``rx_offload_capa,rx_queue_offload_capa:DEV_RX_OFFLOAD_TCP_LRO
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c1922 offloads |= DEV_RX_OFFLOAD_TCP_LRO; in txgbe_get_rx_port_offloads()
3966 if (dev_info.rx_offload_capa & DEV_RX_OFFLOAD_TCP_LRO) in txgbe_set_rsc()
3969 if (!rsc_capable && (rx_conf->offloads & DEV_RX_OFFLOAD_TCP_LRO)) { in txgbe_set_rsc()
3978 (rx_conf->offloads & DEV_RX_OFFLOAD_TCP_LRO)) { in txgbe_set_rsc()
3985 if (rsc_capable && (rx_conf->offloads & DEV_RX_OFFLOAD_TCP_LRO)) in txgbe_set_rsc()
3992 if (!(rx_conf->offloads & DEV_RX_OFFLOAD_TCP_LRO)) in txgbe_set_rsc()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ipsec.c636 if (rx_offloads & DEV_RX_OFFLOAD_TCP_LRO) { in ixgbe_crypto_enable_ipsec()
H A Dixgbe_rxtx.c3003 offloads |= DEV_RX_OFFLOAD_TCP_LRO; in ixgbe_get_rx_port_offloads()
4874 if (dev_info.rx_offload_capa & DEV_RX_OFFLOAD_TCP_LRO) in ixgbe_set_rsc()
4877 if (!rsc_capable && (rx_conf->offloads & DEV_RX_OFFLOAD_TCP_LRO)) { in ixgbe_set_rsc()
4886 (rx_conf->offloads & DEV_RX_OFFLOAD_TCP_LRO)) { in ixgbe_set_rsc()
4900 if ((rsc_capable) && (rx_conf->offloads & DEV_RX_OFFLOAD_TCP_LRO)) in ixgbe_set_rsc()
4913 if (!(rx_conf->offloads & DEV_RX_OFFLOAD_TCP_LRO)) in ixgbe_set_rsc()
/f-stack/dpdk/drivers/net/vmxnet3/
H A Dvmxnet3_ethdev.c58 DEV_RX_OFFLOAD_TCP_LRO | \
692 if (rx_offloads & DEV_RX_OFFLOAD_TCP_LRO) { in vmxnet3_setup_driver_shared()
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_ops.c1185 DEV_RX_OFFLOAD_TCP_LRO | in fs_dev_infos_get()
1202 DEV_RX_OFFLOAD_TCP_LRO | in fs_dev_infos_get()
/f-stack/lib/
H A Dff_dpdk_if.c665 if (dev_info.rx_offload_capa & DEV_RX_OFFLOAD_TCP_LRO) { in init_port_start()
667 port_conf.rxmode.offloads |= DEV_RX_OFFLOAD_TCP_LRO; in init_port_start()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxq.c420 offloads |= DEV_RX_OFFLOAD_TCP_LRO; in mlx5_get_rx_queue_offloads()
1406 unsigned int lro_on_queue = !!(offloads & DEV_RX_OFFLOAD_TCP_LRO); in mlx5_rxq_new()
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.c690 lro_en = dev->data->dev_conf.rxmode.offloads & DEV_RX_OFFLOAD_TCP_LRO ? in hinic_rx_configure()
H A Dhinic_pmd_ethdev.c748 DEV_RX_OFFLOAD_TCP_LRO | in hinic_dev_infos_get()
/f-stack/dpdk/app/test-pmd/
H A Dparameters.c1035 rx_offloads |= DEV_RX_OFFLOAD_TCP_LRO; in launch_args_parse()
H A Dconfig.c1060 if (dev_info.rx_offload_capa & DEV_RX_OFFLOAD_TCP_LRO) { in port_offload_cap_display()
1063 DEV_RX_OFFLOAD_TCP_LRO) in port_offload_cap_display()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.h1339 #define DEV_RX_OFFLOAD_TCP_LRO 0x00000010 macro
H A Drte_ethdev.c1424 if (dev_conf->rxmode.offloads & DEV_RX_OFFLOAD_TCP_LRO) { in rte_eth_dev_configure()
2084 if (local_conf.offloads & DEV_RX_OFFLOAD_TCP_LRO) { in rte_eth_rx_queue_setup()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_ethdev.c1118 if (rxmode->offloads & DEV_RX_OFFLOAD_TCP_LRO) { in qede_dev_start()
1401 DEV_RX_OFFLOAD_TCP_LRO | in qede_dev_info_get()