Home
last modified time | relevance | path

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

/linux/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-renesas-gbeth.c194 plat_dat->select_pcs = renesas_gmac_select_pcs; in renesas_gbeth_probe()
H A Ddwmac-socfpga.c652 plat_dat->select_pcs = socfpga_dwmac_select_pcs; in socfpga_dwmac_probe()
H A Ddwmac-intel.c706 plat->select_pcs = intel_mgbe_select_pcs; in intel_mgbe_common_data()
H A Dstmmac_main.c952 if (priv->plat->select_pcs) { in stmmac_mac_select_pcs()
953 pcs = priv->plat->select_pcs(priv, interface); in stmmac_mac_select_pcs()
/linux/include/linux/
H A Dstmmac.h279 struct phylink_pcs *(*select_pcs)(struct stmmac_priv *priv, member