Searched refs:port_policer_del (Results 1 – 4 of 4) sorted by relevance
606 void (*port_policer_del)(struct dsa_switch *ds, int port); member
818 .port_policer_del = felix_port_policer_del,
1084 if (ds->ops->port_policer_del) in dsa_slave_del_cls_matchall()1085 ds->ops->port_policer_del(ds, dp->index); in dsa_slave_del_cls_matchall()
3393 .port_policer_del = sja1105_port_policer_del,