Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mscc/
A Docelot.c794 if (ocelot->ops->cut_through_fwd) { in ocelot_phylink_mac_link_down()
796 ocelot->ops->cut_through_fwd(ocelot); in ocelot_phylink_mac_link_down()
909 if (ocelot->ops->cut_through_fwd) { in ocelot_phylink_mac_link_up()
911 ocelot->ops->cut_through_fwd(ocelot); in ocelot_phylink_mac_link_up()
1494 if (joining && ocelot->ops->cut_through_fwd) in ocelot_apply_bridge_fwd_mask()
1495 ocelot->ops->cut_through_fwd(ocelot); in ocelot_apply_bridge_fwd_mask()
1543 if (!joining && ocelot->ops->cut_through_fwd) in ocelot_apply_bridge_fwd_mask()
1544 ocelot->ops->cut_through_fwd(ocelot); in ocelot_apply_bridge_fwd_mask()
/linux-6.3-rc2/include/soc/mscc/
A Docelot.h661 void (*cut_through_fwd)(struct ocelot *ocelot); member
/linux-6.3-rc2/drivers/net/dsa/ocelot/
A Dfelix_vsc9959.c1337 ocelot->ops->cut_through_fwd(ocelot); in vsc9959_tas_guard_bands_update()
2576 .cut_through_fwd = vsc9959_cut_through_fwd,

Completed in 20 milliseconds