Searched refs:phylink_mac_config (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/dsa/ocelot/ |
D | ocelot_ext.c | 61 .phylink_mac_config = ocelot_phylink_mac_config,
|
D | felix.h | 61 void (*phylink_mac_config)(struct ocelot *ocelot, int port, member
|
D | felix.c | 1169 if (felix->info->phylink_mac_config) in felix_phylink_mac_config() 1170 felix->info->phylink_mac_config(ocelot, port, mode, state); in felix_phylink_mac_config()
|
/linux-6.12.1/net/dsa/ |
D | port.c | 1599 if (!ds->ops->phylink_mac_config) in dsa_port_phylink_mac_config() 1602 ds->ops->phylink_mac_config(ds, dp->index, mode, state); in dsa_port_phylink_mac_config()
|
D | dsa.c | 1510 ds->ops->phylink_mac_config || in dsa_switch_probe()
|
/linux-6.12.1/include/net/ |
D | dsa.h | 891 void (*phylink_mac_config)(struct dsa_switch *ds, int port, member
|
/linux-6.12.1/drivers/net/phy/ |
D | phylink.c | 1071 static void phylink_mac_config(struct phylink *pl, in phylink_mac_config() function 1226 phylink_mac_config(pl, state); in phylink_major_config()
|