Home
last modified time | relevance | path

Searched refs:match_c (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eswitch.c226 u32 *match_c; in esw_fdb_set_vport_rule() local
232 if (!match_v || !match_c) { in esw_fdb_set_vport_rule()
254 match_c, in esw_fdb_set_vport_rule()
264 kfree(match_c); in esw_fdb_set_vport_rule()
790 u32 *match_c; in esw_vport_ingress_config() local
826 match_c, in esw_vport_ingress_config()
837 kfree(match_c); in esw_vport_ingress_config()
847 u32 *match_c; in esw_vport_egress_config() local
886 match_c, in esw_vport_egress_config()
903 match_c, in esw_vport_egress_config()
[all …]
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1828 static int parse_flow_attr(u32 *match_c, u32 *match_v, in parse_flow_attr() argument
1831 void *outer_headers_c = MLX5_ADDR_OF(fte_match_param, match_c, in parse_flow_attr()
1835 void *misc_params_c = MLX5_ADDR_OF(fte_match_param, match_c, in parse_flow_attr()