Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot_flower.c92 static bool ocelot_is_goto_target_valid(int goto_target, int chain, in ocelot_is_goto_target_valid() argument
99 return (goto_target < 0); in ocelot_is_goto_target_valid()
104 return (goto_target == VCAP_IS1_CHAIN(0) || in ocelot_is_goto_target_valid()
105 goto_target == VCAP_IS1_CHAIN(1) || in ocelot_is_goto_target_valid()
106 goto_target == VCAP_IS1_CHAIN(2) || in ocelot_is_goto_target_valid()
107 goto_target == VCAP_IS2_CHAIN(0, 0) || in ocelot_is_goto_target_valid()
108 goto_target == VCAP_IS2_CHAIN(1, 0) || in ocelot_is_goto_target_valid()
109 goto_target == OCELOT_PSFP_CHAIN); in ocelot_is_goto_target_valid()
112 return (goto_target == VCAP_IS1_CHAIN(1)); in ocelot_is_goto_target_valid()
115 return (goto_target == VCAP_IS1_CHAIN(2)); in ocelot_is_goto_target_valid()
[all …]
/linux-6.1.9/include/soc/mscc/
Docelot_vcap.h687 int goto_target; member