Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/dsa/b53/
H A Db53_common.c1654 static int b53_arl_op(struct b53_device *dev, int op, int port, in b53_arl_op() function
1743 ret = b53_arl_op(priv, 0, port, addr, vid, true); in b53_fdb_add()
1758 ret = b53_arl_op(priv, 0, port, addr, vid, false); in b53_fdb_del()
1866 ret = b53_arl_op(priv, 0, port, mdb->addr, mdb->vid, true); in b53_mdb_add()
1881 ret = b53_arl_op(priv, 0, port, mdb->addr, mdb->vid, false); in b53_mdb_del()