Home
last modified time | relevance | path

Searched refs:xpcs_get_an_mode (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/pcs/
H A Dpcs-xpcs.h39 int xpcs_get_an_mode(struct dw_xpcs *xpcs, phy_interface_t interface);
/openbmc/linux/drivers/net/pcs/
H A Dpcs-xpcs.c177 int xpcs_get_an_mode(struct dw_xpcs *xpcs, phy_interface_t interface) in xpcs_get_an_mode() function
187 EXPORT_SYMBOL_GPL(xpcs_get_an_mode);
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c3825 xpcs_get_an_mode(priv->hw->xpcs, mode) != DW_AN_C73) && in __stmmac_open()