Searched refs:fix_mac_speed (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-intel-plat.c | 25 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 D | dwmac-meson.c | 72 plat_dat->fix_mac_speed = meson6_dwmac_fix_mac_speed; in meson6_dwmac_probe()
|
| H A D | dwmac-sunxi.c | 152 plat_dat->fix_mac_speed = sun7i_fix_speed; in sun7i_gmac_probe()
|
| H A D | dwmac-imx.c | 252 plat_dat->fix_mac_speed = imx_dwmac_fix_speed; in imx_dwmac_probe()
|
| H A D | dwmac-rk-tool.c | 176 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 D | dwmac-ipq806x.c | 346 plat_dat->fix_mac_speed = ipq806x_gmac_fix_mac_speed; in ipq806x_gmac_probe()
|
| H A D | dwmac-sti.c | 347 plat_dat->fix_mac_speed = data->fix_retime_src; in sti_dwmac_probe()
|
| H A D | dwmac-dwc-qos-eth.c | 363 data->fix_mac_speed = tegra_eqos_fix_speed; in tegra_eqos_probe()
|
| H A D | dwmac-socfpga.c | 427 plat_dat->fix_mac_speed = socfpga_dwmac_fix_mac_speed; in socfpga_dwmac_probe()
|
| H A D | dwmac-qcom-ethqos.c | 504 plat_dat->fix_mac_speed = ethqos_fix_mac_speed; in qcom_ethqos_probe()
|
| H A D | stmmac_main.c | 1039 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 D | dwmac-rk.c | 2780 plat_dat->fix_mac_speed = rk_fix_speed; in rk_gmac_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | gmac_rockchip.c | 80 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 D | stmmac.h | 184 void (*fix_mac_speed)(void *priv, unsigned int speed); member
|
| /OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/ |
| H A D | kernel_net_stmmac.diff | 402 + 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 D | stmmac.rst | 437 void (*fix_mac_speed)(void *priv, unsigned int speed);
|