Home
last modified time | relevance | path

Searched refs:tas_guard_bands_update (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mscc/
H A Docelot_mm.c76 ocelot->ops->tas_guard_bands_update(ocelot, port); in ocelot_port_update_active_preemptible_tcs()
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c1789 if (ocelot_port->taprio && ocelot->ops->tas_guard_bands_update) in felix_change_mtu()
1790 ocelot->ops->tas_guard_bands_update(ocelot, port); in felix_change_mtu()
H A Dfelix_vsc9959.c2622 .tas_guard_bands_update = vsc9959_tas_guard_bands_update,
/linux/include/soc/mscc/
H A Docelot.h666 void (*tas_guard_bands_update)(struct ocelot *ocelot, int port); member