Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A 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()
H A Ddwmac-meson.c72 plat_dat->fix_mac_speed = meson6_dwmac_fix_mac_speed; in meson6_dwmac_probe()
H A Ddwmac-sunxi.c152 plat_dat->fix_mac_speed = sun7i_fix_speed; in sun7i_gmac_probe()
H A Ddwmac-imx.c252 plat_dat->fix_mac_speed = imx_dwmac_fix_speed; in imx_dwmac_probe()
H A Ddwmac-rk-tool.c176 if (likely(priv->plat->fix_mac_speed)) in dwmac_rk_enable_mac_loopback()
177 priv->plat->fix_mac_speed(priv->plat->bsp_priv, speed); in dwmac_rk_enable_mac_loopback()
260 if (likely(priv->plat->fix_mac_speed)) in dwmac_rk_enable_phy_loopback()
261 priv->plat->fix_mac_speed(priv->plat->bsp_priv, speed); in dwmac_rk_enable_phy_loopback()
H A Ddwmac-ipq806x.c346 plat_dat->fix_mac_speed = ipq806x_gmac_fix_mac_speed; in ipq806x_gmac_probe()
H A Ddwmac-sti.c347 plat_dat->fix_mac_speed = data->fix_retime_src; in sti_dwmac_probe()
H A Ddwmac-dwc-qos-eth.c363 data->fix_mac_speed = tegra_eqos_fix_speed; in tegra_eqos_probe()
H A Ddwmac-socfpga.c427 plat_dat->fix_mac_speed = socfpga_dwmac_fix_mac_speed; in socfpga_dwmac_probe()
H A Ddwmac-qcom-ethqos.c504 plat_dat->fix_mac_speed = ethqos_fix_mac_speed; in qcom_ethqos_probe()
H A Dstmmac_main.c1039 if (priv->plat->fix_mac_speed) in stmmac_mac_link_up()
1040 priv->plat->fix_mac_speed(priv->plat->bsp_priv, speed); in stmmac_mac_link_up()
H A Ddwmac-rk.c2780 plat_dat->fix_mac_speed = rk_fix_speed; in rk_gmac_probe()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dgmac_rockchip.c80 int (*fix_mac_speed)(struct gmac_rockchip_platdata *pdata, member
2090 ret = ops->fix_mac_speed(pdata, priv); in gmac_rockchip_eth_start()
2125 .fix_mac_speed = px30_gmac_fix_mac_speed,
2130 .fix_mac_speed = rk1808_gmac_fix_mac_speed,
2135 .fix_mac_speed = rk3228_gmac_fix_mac_speed,
2142 .fix_mac_speed = rk3288_gmac_fix_mac_speed,
2147 .fix_mac_speed = rk3308_gmac_fix_mac_speed,
2152 .fix_mac_speed = rk3328_gmac_fix_mac_speed,
2159 .fix_mac_speed = rk3368_gmac_fix_mac_speed,
2164 .fix_mac_speed = rk3399_gmac_fix_mac_speed,
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dstmmac.h184 void (*fix_mac_speed)(void *priv, unsigned int speed); member
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff402 + if (likely(priv->plat->fix_mac_speed))
403 + priv->plat->fix_mac_speed(priv->plat->bsp_priv, phydev->speed);
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst437 void (*fix_mac_speed)(void *priv, unsigned int speed);