Home
last modified time | relevance | path

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

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