Home
last modified time | relevance | path

Searched refs:match_tag (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/rb532/
H A Dprom.c36 static inline int match_tag(char *arg, const char *tag) in match_tag() function
66 if (match_tag(prom_argv[i], FREQ_TAG)) { in prom_setup_cmdline()
72 if (match_tag(prom_argv[i], MEM_TAG)) in prom_setup_cmdline()
77 if (match_tag(prom_argv[i], BOARD_TAG)) { in prom_setup_cmdline()
80 if (match_tag(board, BOARD_RB532A)) in prom_setup_cmdline()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc_complex.h14 struct mlx5hws_rule_match_tag match_tag; member
H A Dbwc_complex.c14 match_tag),
16 offsetof(struct mlx5hws_bwc_complex_subrule_data, match_tag),
687 (u8 *)&sr_data->match_tag); in hws_complex_get_subrule_data()