Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mscc/
H A Docelot.c1064 if (ocelot->ops->cut_through_fwd) { in ocelot_phylink_mac_link_down()
1066 ocelot->ops->cut_through_fwd(ocelot); in ocelot_phylink_mac_link_down()
1179 if (ocelot->ops->cut_through_fwd) { in ocelot_phylink_mac_link_up()
1844 if (joining && ocelot->ops->cut_through_fwd) in ocelot_apply_bridge_fwd_mask()
1845 ocelot->ops->cut_through_fwd(ocelot); in ocelot_apply_bridge_fwd_mask()
1893 if (!joining && ocelot->ops->cut_through_fwd) in ocelot_apply_bridge_fwd_mask()
1894 ocelot->ops->cut_through_fwd(ocelot); in ocelot_apply_bridge_fwd_mask()
/linux-6.15/include/soc/mscc/
H A Docelot.h664 void (*cut_through_fwd)(struct ocelot *ocelot); member
/linux-6.15/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1345 ocelot->ops->cut_through_fwd(ocelot); in vsc9959_tas_guard_bands_update()
2652 .cut_through_fwd = vsc9959_cut_through_fwd,