Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot.c790 if (ocelot->ops->cut_through_fwd) { in ocelot_phylink_mac_link_down()
792 ocelot->ops->cut_through_fwd(ocelot); in ocelot_phylink_mac_link_down()
907 if (ocelot->ops->cut_through_fwd) { in ocelot_phylink_mac_link_up()
909 ocelot->ops->cut_through_fwd(ocelot); in ocelot_phylink_mac_link_up()
1492 if (joining && ocelot->ops->cut_through_fwd) in ocelot_apply_bridge_fwd_mask()
1493 ocelot->ops->cut_through_fwd(ocelot); in ocelot_apply_bridge_fwd_mask()
1541 if (!joining && ocelot->ops->cut_through_fwd) in ocelot_apply_bridge_fwd_mask()
1542 ocelot->ops->cut_through_fwd(ocelot); in ocelot_apply_bridge_fwd_mask()
/linux-6.1.9/drivers/net/dsa/ocelot/
Dfelix_vsc9959.c1327 ocelot->ops->cut_through_fwd(ocelot); in vsc9959_tas_guard_bands_update()
2566 .cut_through_fwd = vsc9959_cut_through_fwd,
/linux-6.1.9/include/soc/mscc/
Docelot.h836 void (*cut_through_fwd)(struct ocelot *ocelot); member