Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.h29 MLX5_SW_PARSING_TSO_CAP = MLX5DV_SW_PARSING_LSO, enumerator
33 MLX5_SW_PARSING_TSO_CAP = 0,
H A Dmlx5_os.c265 MLX5_SW_PARSING_TSO_CAP); in mlx5_os_capabilities_prepare()
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.h22 MLX5_SW_PARSING_TSO_CAP = 1 << 2, enumerator
/dpdk/drivers/net/mlx5/
H A Dmlx5_txq.c118 if (dev_cap->swp & MLX5_SW_PARSING_TSO_CAP) in mlx5_get_tx_port_offloads()
935 (dev_cap->swp & MLX5_SW_PARSING_TSO_CAP)) in txq_set_params()
940 MLX5_SW_PARSING_TSO_CAP)) | in txq_set_params()
H A Dmlx5.c986 sw_parsing_offloads |= MLX5_SW_PARSING_TSO_CAP; in mlx5_get_supported_sw_parsing_offloads()