Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-intel-plat.c25 void (*fix_mac_speed)(void *priv, unsigned int speed); member
63 .fix_mac_speed = kmb_eth_fix_mac_speed,
110 if (dwmac->data->fix_mac_speed) in intel_eth_plat_probe()
111 plat_dat->fix_mac_speed = dwmac->data->fix_mac_speed; in intel_eth_plat_probe()
Ddwmac-meson.c72 plat_dat->fix_mac_speed = meson6_dwmac_fix_mac_speed; in meson6_dwmac_probe()
Ddwmac-sunxi.c152 plat_dat->fix_mac_speed = sun7i_fix_speed; in sun7i_gmac_probe()
Ddwmac-imx.c252 plat_dat->fix_mac_speed = imx_dwmac_fix_speed; in imx_dwmac_probe()
Ddwmac-ipq806x.c353 plat_dat->fix_mac_speed = ipq806x_gmac_fix_mac_speed; in ipq806x_gmac_probe()
Ddwmac-sti.c347 plat_dat->fix_mac_speed = data->fix_retime_src; in sti_dwmac_probe()
Ddwmac-socfpga.c428 plat_dat->fix_mac_speed = socfpga_dwmac_fix_mac_speed; in socfpga_dwmac_probe()
Ddwmac-dwc-qos-eth.c363 data->fix_mac_speed = tegra_eqos_fix_speed; in tegra_eqos_probe()
Ddwmac-qcom-ethqos.c504 plat_dat->fix_mac_speed = ethqos_fix_mac_speed; in qcom_ethqos_probe()
Ddwmac-rk.c1404 plat_dat->fix_mac_speed = rk_fix_speed; in rk_gmac_probe()
Dstmmac_main.c988 if (priv->plat->fix_mac_speed) in stmmac_mac_link_up()
989 priv->plat->fix_mac_speed(priv->plat->bsp_priv, speed); in stmmac_mac_link_up()
/Linux-v5.10/include/linux/
Dstmmac.h180 void (*fix_mac_speed)(void *priv, unsigned int speed); member
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/stmicro/
Dstmmac.rst437 void (*fix_mac_speed)(void *priv, unsigned int speed);