Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.h28 MLX5_SW_PARSING_CSUM_CAP = MLX5DV_SW_PARSING_CSUM, enumerator
32 MLX5_SW_PARSING_CSUM_CAP = 0,
H A Dmlx5_os.c264 MLX5_SW_PARSING_CSUM_CAP | in mlx5_os_capabilities_prepare()
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.h21 MLX5_SW_PARSING_CSUM_CAP = 1 << 1, enumerator
/dpdk/drivers/net/mlx5/
H A Dmlx5_txq.c116 if (dev_cap->swp & MLX5_SW_PARSING_CSUM_CAP) in mlx5_get_tx_port_offloads()
943 MLX5_SW_PARSING_CSUM_CAP)); in txq_set_params()
H A Dmlx5.c983 sw_parsing_offloads |= MLX5_SW_PARSING_CSUM_CAP; in mlx5_get_supported_sw_parsing_offloads()