Home
last modified time | relevance | path

Searched refs:mac_interface (Results 1 – 12 of 12) sorted by relevance

/linux-6.6.21/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-ingenic.c92 switch (plat_dat->mac_interface) { in jz4775_mac_set_mode()
121 dev_err(mac->dev, "Unsupported interface %d", plat_dat->mac_interface); in jz4775_mac_set_mode()
133 switch (plat_dat->mac_interface) { in x1000_mac_set_mode()
139 dev_err(mac->dev, "Unsupported interface %d", plat_dat->mac_interface); in x1000_mac_set_mode()
152 switch (plat_dat->mac_interface) { in x1600_mac_set_mode()
159 dev_err(mac->dev, "Unsupported interface %d", plat_dat->mac_interface); in x1600_mac_set_mode()
172 switch (plat_dat->mac_interface) { in x1830_mac_set_mode()
180 dev_err(mac->dev, "Unsupported interface %d", plat_dat->mac_interface); in x1830_mac_set_mode()
193 switch (plat_dat->mac_interface) { in x2000_mac_set_mode()
223 dev_err(mac->dev, "Unsupported interface %d", plat_dat->mac_interface); in x2000_mac_set_mode()
Ddwmac-imx.c73 switch (plat_dat->mac_interface) { in imx8mp_set_intf_mode()
90 plat_dat->mac_interface); in imx8mp_set_intf_mode()
113 switch (plat_dat->mac_interface) { in imx93_set_intf_mode()
128 plat_dat->mac_interface); in imx93_set_intf_mode()
195 (plat_dat->mac_interface == PHY_INTERFACE_MODE_RMII) || in imx_dwmac_fix_speed()
196 (plat_dat->mac_interface == PHY_INTERFACE_MODE_MII)) in imx_dwmac_fix_speed()
263 if (plat_dat->mac_interface == PHY_INTERFACE_MODE_RMII) { in imx_dwmac_mx93_reset()
Ddwmac-lpc18xx.c53 if (plat_dat->mac_interface == PHY_INTERFACE_MODE_MII) { in lpc18xx_dwmac_probe()
55 } else if (plat_dat->mac_interface == PHY_INTERFACE_MODE_RMII) { in lpc18xx_dwmac_probe()
Ddwmac-starfive.c63 switch (plat_dat->mac_interface) { in starfive_dwmac_set_mode()
75 plat_dat->mac_interface); in starfive_dwmac_set_mode()
Ddwmac-stm32.c176 switch (plat_dat->mac_interface) { in stm32mp1_set_mode()
215 plat_dat->mac_interface); in stm32mp1_set_mode()
235 switch (plat_dat->mac_interface) { in stm32mcu_set_mode()
246 plat_dat->mac_interface); in stm32mcu_set_mode()
Ddwmac-loongson.c113 plat->mac_interface = PHY_INTERFACE_MODE_GMII; in loongson_dwmac_probe()
Ddwmac-sun8i.c1018 switch (plat->mac_interface) { in sun8i_dwmac_set_syscon()
1033 phy_modes(plat->mac_interface)); in sun8i_dwmac_set_syscon()
1233 plat_dat->mac_interface = interface; in sun8i_dwmac_probe()
Ddwmac-socfpga.c239 return priv->plat->mac_interface; in socfpga_get_plat_phymode()
Ddwmac-mediatek.c590 plat->mac_interface = priv_plat->phy_mode; in mediatek_dwmac_common_data()
Dstmmac_platform.c426 plat->mac_interface = rc < 0 ? plat->phy_interface : rc; in stmmac_probe_config_dt()
Dstmmac_main.c1123 int interface = priv->plat->mac_interface; in stmmac_check_pcs_mode()
/linux-6.6.21/include/linux/
Dstmmac.h238 phy_interface_t mac_interface; member