Home
last modified time | relevance | path

Searched refs:select_pcs (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rzn1.c66 plat_dat->select_pcs = rzn1_dwmac_select_pcs; in rzn1_dwmac_probe()
H A Ddwmac-socfpga.c487 plat_dat->select_pcs = socfpga_dwmac_select_pcs; in socfpga_dwmac_probe()
H A Ddwmac-intel.c744 plat->select_pcs = intel_mgbe_select_pcs; in intel_mgbe_common_data()
H A Dstmmac_main.c924 if (priv->plat->select_pcs) { in stmmac_mac_select_pcs()
925 pcs = priv->plat->select_pcs(priv, interface); in stmmac_mac_select_pcs()
/linux-6.15/include/linux/
H A Dstmmac.h257 struct phylink_pcs *(*select_pcs)(struct stmmac_priv *priv, member