Home
last modified time | relevance | path

Searched refs:fix_mac_speed (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-imx.c51 void (*fix_mac_speed)(void *priv, int speed, unsigned int mode); member
346 if (dwmac->ops->fix_mac_speed) { in imx_dwmac_probe()
347 plat_dat->fix_mac_speed = dwmac->ops->fix_mac_speed; in imx_dwmac_probe()
381 .fix_mac_speed = imx93_dwmac_fix_speed,
H A Ddwmac-sti.c282 plat_dat->fix_mac_speed = data->fix_retime_src; in sti_dwmac_probe()
H A Ddwmac-dwc-qos-eth.c236 plat_dat->fix_mac_speed = tegra_eqos_fix_speed; in tegra_eqos_probe()
H A Ddwmac-socfpga.c648 plat_dat->fix_mac_speed = socfpga_dwmac_fix_mac_speed; in socfpga_dwmac_probe()
H A Ddwmac-loongson.c171 plat->fix_mac_speed = loongson_gnet_fix_speed; in loongson_gnet_data()
H A Ddwmac-qcom-ethqos.c812 plat_dat->fix_mac_speed = ethqos_fix_mac_speed; in qcom_ethqos_probe()
H A Dstmmac_main.c1075 if (priv->plat->fix_mac_speed) in stmmac_mac_link_up()
1076 priv->plat->fix_mac_speed(priv->plat->bsp_priv, speed, mode); in stmmac_mac_link_up()
/linux/include/linux/
H A Dstmmac.h259 void (*fix_mac_speed)(void *priv, int speed, unsigned int mode); member
/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst437 void (*fix_mac_speed)(void *priv, unsigned int speed);