Home
last modified time | relevance | path

Searched refs:phylink_mac_change (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/
H A Dphylink.h664 void phylink_mac_change(struct phylink *, bool up);
/openbmc/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c824 phylink_mac_change(port->phy_link, true); in prestera_port_handle_event()
832 phylink_mac_change(port->phy_link, false); in prestera_port_handle_event()
/openbmc/linux/Documentation/networking/
H A Dsfp-phylink.rst262 phylink_mac_change(priv->phylink, link_is_up);
/openbmc/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_phy.c486 phylink_mac_change(txgbe->phylink, !!(reg & TXGBE_CFG_PORT_ST_LINK_UP)); in txgbe_irq_handler()
/openbmc/linux/drivers/net/phy/
H A Dphylink.c2023 void phylink_mac_change(struct phylink *pl, bool up) in phylink_mac_change() function
2027 EXPORT_SYMBOL_GPL(phylink_mac_change);
/openbmc/linux/net/dsa/
H A Dslave.c2457 phylink_mac_change(dp->pl, up); in dsa_port_phylink_mac_change()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c3262 phylink_mac_change(pp->phylink, !!(gmac_stat & MVNETA_GMAC_LINK_UP)); in mvneta_link_change()
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c3430 phylink_mac_change(port->phylink, link); in mvpp2_isr_handle_link()