Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-imx.c54 void (*fix_mac_speed)(void *priv, int speed, unsigned int mode); member
386 if (dwmac->ops->fix_mac_speed) { in imx_dwmac_probe()
387 plat_dat->fix_mac_speed = dwmac->ops->fix_mac_speed; in imx_dwmac_probe()
426 .fix_mac_speed = imx93_dwmac_fix_speed,
H A Ddwmac-sunxi.c143 plat_dat->fix_mac_speed = sun7i_fix_speed; in sun7i_gmac_probe()
H A Ddwmac-sti.c276 plat_dat->fix_mac_speed = data->fix_retime_src; in sti_dwmac_probe()
H A Ddwmac-visconti.c235 plat_dat->fix_mac_speed = visconti_eth_fix_mac_speed; in visconti_eth_dwmac_probe()
H A Ddwmac-dwc-qos-eth.c278 plat_dat->fix_mac_speed = tegra_eqos_fix_speed; in tegra_eqos_probe()
H A Ddwmac-socfpga.c484 plat_dat->fix_mac_speed = socfpga_dwmac_fix_mac_speed; in socfpga_dwmac_probe()
H A Ddwmac-loongson.c198 plat->fix_mac_speed = loongson_gnet_fix_speed; in loongson_gnet_data()
H A Ddwmac-qcom-ethqos.c856 plat_dat->fix_mac_speed = ethqos_fix_mac_speed; in qcom_ethqos_probe()
H A Dstmmac_main.c1029 if (priv->plat->fix_mac_speed) in stmmac_mac_link_up()
1030 priv->plat->fix_mac_speed(priv->plat->bsp_priv, speed, mode); in stmmac_mac_link_up()
/linux-6.15/include/linux/
H A Dstmmac.h238 void (*fix_mac_speed)(void *priv, int speed, unsigned int mode); member
/linux-6.15/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst437 void (*fix_mac_speed)(void *priv, unsigned int speed);