Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dsample.c23 attr->flags |= MLX5_ATTR_FLAG_SAMPLE; in tc_act_parse_sample()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.h114 MLX5_ATTR_FLAG_SAMPLE = BIT(4), enumerator
H A 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()
H A Deswitch_offloads.c590 if (attr->flags & MLX5_ATTR_FLAG_SAMPLE) { in esw_setup_dests()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/
H A Dsample.c553 pre_attr->flags = MLX5_ATTR_FLAG_SAMPLE; in mlx5e_tc_sample_offload()