Home
last modified time | relevance | path

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

/drivers/net/dsa/ocelot/
Dfelix.h60 void (*tas_guard_bands_update)(struct ocelot *ocelot, int port); member
Dfelix.c1777 if (ocelot_port->taprio && felix->info->tas_guard_bands_update) in felix_change_mtu()
1778 felix->info->tas_guard_bands_update(ocelot, port); in felix_change_mtu()
Dfelix_vsc9959.c2598 .tas_guard_bands_update = vsc9959_tas_guard_bands_update,