Searched refs:fix_mac_speed (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-intel-plat.c | 25 void (*fix_mac_speed)(void *priv, unsigned int speed, unsigned int mode); member 63 .fix_mac_speed = kmb_eth_fix_mac_speed, 107 if (dwmac->data->fix_mac_speed) in intel_eth_plat_probe() 108 plat_dat->fix_mac_speed = dwmac->data->fix_mac_speed; in intel_eth_plat_probe()
|
D | dwmac-imx.c | 52 void (*fix_mac_speed)(void *priv, unsigned int speed, unsigned int mode); member 361 plat_dat->fix_mac_speed = imx_dwmac_fix_speed; in imx_dwmac_probe() 374 if (dwmac->ops->fix_mac_speed) in imx_dwmac_probe() 375 plat_dat->fix_mac_speed = dwmac->ops->fix_mac_speed; in imx_dwmac_probe() 413 .fix_mac_speed = imx93_dwmac_fix_speed,
|
D | dwmac-meson.c | 72 plat_dat->fix_mac_speed = meson6_dwmac_fix_mac_speed; in meson6_dwmac_probe()
|
D | dwmac-starfive.c | 134 plat_dat->fix_mac_speed = starfive_dwmac_fix_mac_speed; in starfive_dwmac_probe()
|
D | dwmac-sunxi.c | 152 plat_dat->fix_mac_speed = sun7i_fix_speed; in sun7i_gmac_probe()
|
D | dwmac-visconti.c | 237 plat_dat->fix_mac_speed = visconti_eth_fix_mac_speed; in visconti_eth_dwmac_probe()
|
D | dwmac-sti.c | 295 plat_dat->fix_mac_speed = data->fix_retime_src; in sti_dwmac_probe()
|
D | dwmac-ipq806x.c | 471 plat_dat->fix_mac_speed = ipq806x_gmac_fix_mac_speed; in ipq806x_gmac_probe()
|
D | dwmac-dwc-qos-eth.c | 359 data->fix_mac_speed = tegra_eqos_fix_speed; in tegra_eqos_probe()
|
D | dwmac-socfpga.c | 430 plat_dat->fix_mac_speed = socfpga_dwmac_fix_mac_speed; in socfpga_dwmac_probe()
|
D | dwmac-qcom-ethqos.c | 796 plat_dat->fix_mac_speed = ethqos_fix_mac_speed; in qcom_ethqos_probe()
|
D | dwmac-rk.c | 1836 plat_dat->fix_mac_speed = rk_fix_speed; in rk_gmac_probe()
|
D | stmmac_main.c | 1066 if (priv->plat->fix_mac_speed) in stmmac_mac_link_up() 1067 priv->plat->fix_mac_speed(priv->plat->bsp_priv, speed, mode); in stmmac_mac_link_up()
|
/Linux-v6.6/include/linux/ |
D | stmmac.h | 272 void (*fix_mac_speed)(void *priv, unsigned int speed, unsigned int mode); member
|
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/stmicro/ |
D | stmmac.rst | 437 void (*fix_mac_speed)(void *priv, unsigned int speed);
|