Searched refs:ocelot_vcap_filter_add (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_mrp.c | 73 err = ocelot_vcap_filter_add(ocelot, filter, NULL); in ocelot_mrp_redirect_add_vcap()
|
H A D | ocelot_vcap.c | 1183 int ocelot_vcap_filter_add(struct ocelot *ocelot, in ocelot_vcap_filter_add() function 1220 EXPORT_SYMBOL(ocelot_vcap_filter_add);
|
H A D | ocelot_flower.c | 933 return ocelot_vcap_filter_add(ocelot, filter, f->common.extack); in ocelot_cls_flower_replace()
|
H A D | ocelot.c | 1517 err = ocelot_vcap_filter_add(ocelot, trap, NULL); in ocelot_trap_add()
|
/openbmc/linux/include/soc/mscc/ |
H A D | ocelot_vcap.h | 720 int ocelot_vcap_filter_add(struct ocelot *ocelot,
|
/openbmc/linux/drivers/net/dsa/ocelot/ |
H A D | felix.c | 100 err = ocelot_vcap_filter_add(ocelot, outer_tagging_rule, NULL); in felix_tag_8021q_vlan_add_rx() 165 err = ocelot_vcap_filter_add(ocelot, untagging_rule, NULL); in felix_tag_8021q_vlan_add_tx() 186 err = ocelot_vcap_filter_add(ocelot, redirect_rule, NULL); in felix_tag_8021q_vlan_add_tx()
|