Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_flower.c240 static int (*sparx5_tc_flower_usage_handlers[])(struct vcap_tc_flower_parse_usage *st) = { variable
260 for (idx = 0; idx < ARRAY_SIZE(sparx5_tc_flower_usage_handlers); ++idx) { in sparx5_tc_use_dissectors()
263 if (!sparx5_tc_flower_usage_handlers[idx]) in sparx5_tc_use_dissectors()
265 err = sparx5_tc_flower_usage_handlers[idx](st); in sparx5_tc_use_dissectors()