Searched refs:fixed_link_update (Results 1 – 5 of 5) sorted by relevance
236 void (*fixed_link_update)(struct dsa_switch *ds, int port, member
89 device and the switch driver registers a fixed_link_update callback for such
429 - fixed_link_update: Function invoked by the PHY library, and specifically by
987 if (ds->drv->fixed_link_update) in dsa_slave_fixed_link_update()988 ds->drv->fixed_link_update(ds, p->port, status); in dsa_slave_fixed_link_update()
1379 .fixed_link_update = bcm_sf2_sw_fixed_link_update,