Home
last modified time | relevance | path

Searched refs:match_param (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Drule.c288 u32 *match_param, in hws_rule_create_hws() argument
306 is_update = !match_param; in hws_rule_create_hws()
367 mlx5hws_definer_create_tag(match_param, mt->fc, mt->fc_sz, in hws_rule_create_hws()
683 u32 *match_param) in hws_rule_check_outer_ip_version() argument
691 ver = MLX5_GET(fte_match_param, match_param, in hws_rule_check_outer_ip_version()
696 ver = MLX5_GET(fte_match_param, match_param, in hws_rule_check_outer_ip_version()
722 u32 *match_param) in hws_rule_check_inner_ip_version() argument
730 ver = MLX5_GET(fte_match_param, match_param, in hws_rule_check_inner_ip_version()
735 ver = MLX5_GET(fte_match_param, match_param, in hws_rule_check_inner_ip_version()
761 u32 *match_param) in hws_rule_check_ip_version() argument
[all …]
H A Dmatcher.h43 u32 *match_param; member
H A Dmatcher.c1176 u32 *match_param, in mlx5hws_match_template_create() argument
1186 mt->match_param = kzalloc(MLX5_ST_SZ_BYTES(fte_match_param), GFP_KERNEL); in mlx5hws_match_template_create()
1187 if (!mt->match_param) in mlx5hws_match_template_create()
1190 memcpy(mt->match_param, match_param, match_param_sz); in mlx5hws_match_template_create()
1202 kfree(mt->match_param); in mlx5hws_match_template_destroy()
H A Dmlx5hws.h340 u32 *match_param,
474 u32 *match_param,