Home
last modified time | relevance | path

Searched refs:lro_supported (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5.c2324 if (dev_cap->lro_supported && !priv->sh->config.dv_flow_en) in mlx5_port_args_config()
2325 dev_cap->lro_supported = 0; in mlx5_port_args_config()
2326 if (dev_cap->lro_supported) { in mlx5_port_args_config()
H A Dmlx5_devx.c781 MLX5_ASSERT(priv->sh->dev_cap.lro_supported); in mlx5_devx_tir_attr_set()
H A Dmlx5_rxq.c377 if (priv->sh->dev_cap.lro_supported) in mlx5_get_rx_queue_offloads()
846 !priv->sh->dev_cap.lro_supported) { in mlx5_rx_queue_setup()
H A Dmlx5.h154 uint32_t lro_supported:1; /* Whether LRO is supported. */ member
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c375 sh->dev_cap.lro_supported = 1; in mlx5_os_capabilities_prepare()