Home
last modified time | relevance | path

Searched refs:post_parse (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/mtd/parsers/
Dofpart_core.c23 int (*post_parse)(struct mtd_info *mtd, struct mtd_partition *parts, int nr_parts); member
27 .post_parse = bcm4908_partitions_post_parse,
31 .post_parse = linksys_ns_partitions_post_parse,
156 if (quirks && quirks->post_parse) in parse_fixed_partitions()
157 quirks->post_parse(master, parts, nr_parts); in parse_fixed_partitions()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dact.c120 if (!tc_act || !tc_act->post_parse) in mlx5e_tc_act_post_parse()
123 err = tc_act->post_parse(parse_state, priv, attr); in mlx5e_tc_act_post_parse()
Dct.c102 .post_parse = tc_act_post_parse_ct,
Dact.h46 int (*post_parse)(struct mlx5e_tc_act_parse_state *parse_state, member
Dgoto.c123 .post_parse = tc_act_post_parse_goto,
Dvlan.c227 .post_parse = tc_act_post_parse_vlan,