Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/microchip/sparx5/
Dsparx5_tc_flower.c244 static int (*sparx5_tc_flower_usage_handlers[])(struct vcap_tc_flower_parse_usage *st) = { variable
264 for (idx = 0; idx < ARRAY_SIZE(sparx5_tc_flower_usage_handlers); ++idx) { in sparx5_tc_use_dissectors()
267 if (!sparx5_tc_flower_usage_handlers[idx]) in sparx5_tc_use_dissectors()
269 err = sparx5_tc_flower_usage_handlers[idx](st); in sparx5_tc_use_dissectors()