Home
last modified time | relevance | path

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

/linux/include/soc/mscc/
H A Docelot.h1163 int ocelot_mact_lookup(struct ocelot *ocelot, int *dst_idx,
/linux/drivers/net/ethernet/mscc/
H A Docelot.c139 int ocelot_mact_lookup(struct ocelot *ocelot, int *dst_idx, in ocelot_mact_lookup() function
172 EXPORT_SYMBOL(ocelot_mact_lookup);
/linux/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1816 ret = ocelot_mact_lookup(ocelot, &dst_idx, mac, vid, &type); in vsc9959_mact_stream_set()