Home
last modified time | relevance | path

Searched refs:phylink_pcs_change (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/net/dsa/mv88e6xxx/
H A Dpcs-6185.c49 phylink_pcs_change(&mpcs->phylink_pcs, link_up); in mv88e6185_pcs_handle_irq()
H A Dpcs-639x.c146 phylink_pcs_change(&mpcs->sgmii_pcs, in mv88e639x_sgmii_handle_irq()
492 phylink_pcs_change(&mpcs->xg_pcs, in mv88e6390_xg_handle_irq()
825 phylink_pcs_change(&mpcs->xg_pcs, !link_down); in mv88e6393x_xg_handle_irq()
H A Dpcs-6352.c101 phylink_pcs_change(&mpcs->phylink_pcs, true); in marvell_c22_pcs_handle_irq()
/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_irq.c134 phylink_pcs_change(&fbn->phylink_pcs, false); in fbnic_pcs_msix_intr()
/linux-6.15/include/linux/
H A Dphylink.h711 void phylink_pcs_change(struct phylink_pcs *, bool up);
/linux-6.15/drivers/net/ethernet/marvell/prestera/
H A Dprestera_main.c825 phylink_pcs_change(&port->phylink_pcs, true); in prestera_port_handle_event()
833 phylink_pcs_change(&port->phylink_pcs, false); in prestera_port_handle_event()
/linux-6.15/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_phy.c315 phylink_pcs_change(txgbe->pcs, up); in txgbe_link_irq_handler()
/linux-6.15/Documentation/networking/
H A Dsfp-phylink.rst290 phylink_pcs_change(pcs, link_is_up);
/linux-6.15/drivers/net/phy/
H A Dphylink.c2348 void phylink_pcs_change(struct phylink_pcs *pcs, bool up) in phylink_pcs_change() function
2355 EXPORT_SYMBOL_GPL(phylink_pcs_change);
/linux-6.15/drivers/net/ethernet/marvell/
H A Dmvneta.c3265 phylink_pcs_change(&pp->phylink_pcs, in mvneta_link_change()
/linux-6.15/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c3430 phylink_pcs_change(pcs, link); in mvpp2_isr_handle_link()