Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot.c167 int ocelot_mact_learn_streamdata(struct ocelot *ocelot, int dst_idx, in ocelot_mact_learn_streamdata() function
190 EXPORT_SYMBOL(ocelot_mact_learn_streamdata);
/linux-6.1.9/include/soc/mscc/
Docelot.h1288 int ocelot_mact_learn_streamdata(struct ocelot *ocelot, int dst_idx,
/linux-6.1.9/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c1772 ret = ocelot_mact_learn_streamdata(ocelot, dst_idx, mac, vid, type, in vsc9959_mact_stream_set()