Searched refs:match_value (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_flow_os.h | 74 mlx5_flow_os_create_flow(void *matcher, void *match_value, in mlx5_flow_os_create_flow() argument 77 *flow = mlx5_glue->dv_create_flow(matcher, match_value, in mlx5_flow_os_create_flow()
|
| /f-stack/dpdk/drivers/common/mlx5/linux/ |
| H A D | mlx5_glue.c | 594 void *match_value, in mlx5_glue_dv_create_flow() argument 600 return mlx5dv_dr_rule_create(matcher, match_value, num_actions, in mlx5_glue_dv_create_flow() 611 return mlx5dv_create_flow(matcher, match_value, in mlx5_glue_dv_create_flow() 616 (void)match_value; in mlx5_glue_dv_create_flow()
|
| H A D | mlx5_glue.h | 249 void *(*dv_create_flow)(void *matcher, void *match_value,
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_dv.c | 6276 uint8_t *v = match_value; in flow_dv_check_valid_spec() 10319 match_mask, match_value, in flow_dv_translate() 10376 match_value, in flow_dv_translate() 10417 match_value, items); in flow_dv_translate() 10434 match_value, items, in flow_dv_translate() 10453 match_value, items); in flow_dv_translate() 10473 match_value, items); in flow_dv_translate() 10478 match_value, items); in flow_dv_translate() 10483 match_value, in flow_dv_translate() 10509 match_value, items); in flow_dv_translate() [all …]
|
| /f-stack/tools/ipfw/ |
| H A D | ipfw2.c | 105 errx(EX_USAGE, "%s: missing argument", match_value(s_x, tok)); \ 119 match_value(s_x, tok), *av); \ 123 match_value(s_x, tok), min, max, *av); \ 127 match_value(s_x, tok), *av); \ 735 match_value(struct _s_x *p, int value) in match_value() function 920 sep = match_value(_port_name, opcode); in print_newports() 1136 if ((s = match_value(icmpcodes, code)) != NULL) in print_reject_code() 1220 arg = match_value(rule_options, lookup_key[d]); in print_ip() 1387 if ((code = match_value(f_ipdscp, i)) != NULL) in print_dscp() 1984 s = match_value(f_ipdscp, cmd->arg1 & 0x3F); in print_action_instruction() [all …]
|
| H A D | ipfw2.h | 350 char const *match_value(struct _s_x *p, int value);
|
| H A D | tables.c | 381 if ((tname = match_value(tabletypes, type)) == NULL) in table_print_type() 830 if ((vtype = match_value(tablealgoclass, d.taclass)) == NULL) in table_show_info() 839 if ((vtype = match_value(tablealgoclass, d.taclass)) == NULL) in table_show_info() 1995 if ((atype = match_value(tabletypes, info->type)) == NULL) in ipfw_list_ta()
|
| H A D | ipv6.c | 80 char const *s = match_value(icmp6codes, code); in print_unreach6_code()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-pip-defs.h | 4290 uint64_t match_value : 16; /**< The value to watch for */ member 4292 uint64_t match_value : 16; 4318 uint64_t match_value : 16; /**< The value to watch for */ member 4320 uint64_t match_value : 16; 4351 uint64_t match_value : 16; /**< The value to watch for */ member 4353 uint64_t match_value : 16;
|