Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/dsa/sja1105/
Dsja1105_flower.c24 if (!priv->flow_block.l2_policer_used[i]) in sja1105_find_free_l2_policer()
93 priv->flow_block.l2_policer_used[rule->bcast_pol.sharindx] = true; in sja1105_setup_bcast_policer()
165 priv->flow_block.l2_policer_used[rule->tc_pol.sharindx] = true; in sja1105_setup_tc_policer()
491 priv->flow_block.l2_policer_used[old_sharindx] = false; in sja1105_cls_flower_del()
528 priv->flow_block.l2_policer_used[port] = true; in sja1105_flower_setup()
Dsja1105.h244 bool l2_policer_used[SJA1105_NUM_L2_POLICERS]; member