Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mlx5/
H A Dfs.h67 MLX5_FLOW_TABLE_TERMINATION = BIT(2), enumerator
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads_termtbl.c81 ft_attr.flags = MLX5_FLOW_TABLE_TERMINATION | MLX5_FLOW_TABLE_UNMANAGED | in mlx5_eswitch_termtbl_create()
H A Dfs_cmd.c283 int term = !!(ft->flags & MLX5_FLOW_TABLE_TERMINATION); in mlx5_cmd_create_flow_table()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c82 ft_attr.flags = MLX5_FLOW_TABLE_TERMINATION | MLX5_FLOW_TABLE_UNMANAGED; in sampler_termtbl_create()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c14 if (ft->flags & MLX5_FLOW_TABLE_TERMINATION) in dr_is_fw_term_table()