Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dsample.c23 attr->flags |= MLX5_ATTR_FLAG_SAMPLE; in tc_act_parse_sample()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.h113 MLX5_ATTR_FLAG_SAMPLE = BIT(4), enumerator
Den_tc.c497 if (attr->flags & MLX5_ATTR_FLAG_SAMPLE) in mlx5e_tc_rule_offload()
521 if (attr->flags & MLX5_ATTR_FLAG_SAMPLE) { in mlx5e_tc_rule_unoffload()
Deswitch_offloads.c581 if (attr->flags & MLX5_ATTR_FLAG_SAMPLE) { in esw_setup_dests()
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
Dsample.c553 pre_attr->flags = MLX5_ATTR_FLAG_SAMPLE; in mlx5e_tc_sample_offload()