Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/microchip/sparx5/
Dsparx5_tc_flower.c221 static int (*sparx5_tc_flower_usage_handlers[])(struct vcap_tc_flower_parse_usage *st) = { variable
241 for (idx = 0; idx < ARRAY_SIZE(sparx5_tc_flower_usage_handlers); ++idx) { in sparx5_tc_use_dissectors()
244 if (!sparx5_tc_flower_usage_handlers[idx]) in sparx5_tc_use_dissectors()
246 err = sparx5_tc_flower_usage_handlers[idx](st); in sparx5_tc_use_dissectors()