Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot_flower.c99 return (goto_target < 0); in ocelot_is_goto_target_valid()
109 goto_target == OCELOT_PSFP_CHAIN); in ocelot_is_goto_target_valid()
160 filter->goto_target == chain) in ocelot_find_vcap_filter_that_points_at()
165 if (filter->goto_target == chain) in ocelot_find_vcap_filter_that_points_at()
179 if (filter->goto_target != -1) { in ocelot_flower_parse_ingress_vlan_modify()
286 filter->goto_target = -1; in ocelot_flower_parse_action()
297 if (filter->goto_target != -1) { in ocelot_flower_parse_action()
317 filter->goto_target != -1) { in ocelot_flower_parse_action()
331 if (filter->goto_target != -1) { in ocelot_flower_parse_action()
354 if (filter->goto_target != -1) { in ocelot_flower_parse_action()
[all …]
/linux-6.15/include/soc/mscc/
H A Docelot_vcap.h689 int goto_target; member