Home
last modified time | relevance | path

Searched refs:pcs_exit (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rzn1.c65 plat_dat->pcs_exit = rzn1_dwmac_pcs_exit; in rzn1_dwmac_probe()
H A Dstmmac_mdio.c539 if (priv->plat->pcs_exit) in stmmac_pcs_clean()
540 priv->plat->pcs_exit(priv); in stmmac_pcs_clean()
H A Ddwmac-socfpga.c486 plat_dat->pcs_exit = socfpga_dwmac_pcs_exit; in socfpga_dwmac_probe()
/linux-6.15/include/linux/
H A Dstmmac.h256 void (*pcs_exit)(struct stmmac_priv *priv); member