Searched refs:lynx_pcs (Results 1 – 4 of 4) sorted by relevance
23 struct lynx_pcs { struct35 #define phylink_pcs_to_lynx(pl_pcs) container_of((pl_pcs), struct lynx_pcs, pcs) argument86 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_get_state()175 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_config()205 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_an_restart()289 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_link_up()318 struct lynx_pcs *lynx; in lynx_pcs_create()394 struct lynx_pcs *lynx = phylink_pcs_to_lynx(pcs); in lynx_pcs_destroy()
484 stpriv->hw->lynx_pcs = lynx_pcs_create_mdiodev(pcs_bus, 0); in socfpga_dwmac_probe()485 if (IS_ERR(stpriv->hw->lynx_pcs)) { in socfpga_dwmac_probe()486 ret = PTR_ERR(stpriv->hw->lynx_pcs); in socfpga_dwmac_probe()505 struct phylink_pcs *pcs = priv->hw->lynx_pcs; in socfpga_dwmac_remove()
567 struct phylink_pcs *lynx_pcs; /* Lynx external PCS */ member
947 if (priv->hw->lynx_pcs) in stmmac_mac_select_pcs()948 return priv->hw->lynx_pcs; in stmmac_mac_select_pcs()3841 !priv->hw->lynx_pcs) { in __stmmac_open()