Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/stmicro/stmmac/ !
H A Ddwmac-rzn1.c65 plat_dat->pcs_exit = rzn1_dwmac_pcs_exit; in rzn1_dwmac_probe()
H A Ddwmac-renesas-gbeth.c193 plat_dat->pcs_exit = renesas_gmac_pcs_exit; in renesas_gbeth_probe()
H A Dstmmac_mdio.c466 if (priv->plat->pcs_exit) in stmmac_pcs_clean()
467 priv->plat->pcs_exit(priv); in stmmac_pcs_clean()
H A Ddwmac-socfpga.c651 plat_dat->pcs_exit = socfpga_dwmac_pcs_exit; in socfpga_dwmac_probe()
/linux/include/linux/ !
H A Dstmmac.h278 void (*pcs_exit)(struct stmmac_priv *priv); member