Home
last modified time | relevance | path

Searched refs:mvpp2_select_pcs (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/networking/
Dsfp-phylink.rst339 See :c:func:`mvpp2_select_pcs` for an example of a driver that has multiple
/linux-6.12.1/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c6444 static struct phylink_pcs *mvpp2_select_pcs(struct phylink_config *config, in mvpp2_select_pcs() function
6682 .mac_select_pcs = mvpp2_select_pcs,
6702 pcs = mvpp2_select_pcs(&port->phylink_config, port->phy_interface); in mvpp2_acpi_start()