Searched refs:cut_through_fwd (Results 1 – 3 of 3) sorted by relevance
892 if (ocelot->ops->cut_through_fwd) { in ocelot_phylink_mac_link_down()894 ocelot->ops->cut_through_fwd(ocelot); in ocelot_phylink_mac_link_down()1007 if (ocelot->ops->cut_through_fwd) { in ocelot_phylink_mac_link_up()1597 if (joining && ocelot->ops->cut_through_fwd) in ocelot_apply_bridge_fwd_mask()1598 ocelot->ops->cut_through_fwd(ocelot); in ocelot_apply_bridge_fwd_mask()1646 if (!joining && ocelot->ops->cut_through_fwd) in ocelot_apply_bridge_fwd_mask()1647 ocelot->ops->cut_through_fwd(ocelot); in ocelot_apply_bridge_fwd_mask()
664 void (*cut_through_fwd)(struct ocelot *ocelot); member
1340 ocelot->ops->cut_through_fwd(ocelot); in vsc9959_tas_guard_bands_update()2616 .cut_through_fwd = vsc9959_cut_through_fwd,