| /linux/include/linux/ |
| H A D | phylink.h | 207 struct phylink_pcs *(*mac_select_pcs)(struct phylink_config *config, member 255 struct phylink_pcs *mac_select_pcs(struct phylink_config *config,
|
| /linux/drivers/net/dsa/lantiq/ |
| H A D | mxl-gsw1xx.c | 668 if (!priv->gswip.hw_info->mac_select_pcs) in gsw1xx_serdes_pcs_init() 832 .mac_select_pcs = gsw1xx_phylink_mac_select_pcs, 854 .mac_select_pcs = gsw1xx_phylink_mac_select_pcs, 876 .mac_select_pcs = gsw1xx_phylink_mac_select_pcs,
|
| H A D | lantiq_gswip.h | 266 struct phylink_pcs *(*mac_select_pcs)(struct phylink_config *config, member
|
| H A D | lantiq_gswip_common.c | 1608 if (priv->hw_info->mac_select_pcs) in gswip_phylink_mac_select_pcs() 1609 return priv->hw_info->mac_select_pcs(config, interface); in gswip_phylink_mac_select_pcs() 1620 .mac_select_pcs = gswip_phylink_mac_select_pcs,
|
| /linux/drivers/net/phy/ |
| H A D | phylink.c | 524 if (pl->mac_ops->mac_select_pcs) { in phylink_validate_mac_and_pcs() 525 pcs = pl->mac_ops->mac_select_pcs(pl->config, state->interface); in phylink_validate_mac_and_pcs() 963 if (!pl->mac_ops->mac_select_pcs) in phylink_inband_caps() 966 pcs = pl->mac_ops->mac_select_pcs(pl->config, interface); in phylink_inband_caps() 1253 if (pl->mac_ops->mac_select_pcs) { in phylink_major_config() 1254 pcs = pl->mac_ops->mac_select_pcs(pl->config, state->interface); in phylink_major_config()
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_pf.c | 642 .mac_select_pcs = enetc_pl_mac_select_pcs,
|
| H A D | enetc4_pf.c | 918 .mac_select_pcs = enetc4_pl_mac_select_pcs,
|
| /linux/Documentation/networking/ |
| H A D | sfp-phylink.rst | 320 12. Populate the :c:func:`mac_select_pcs` callback and add it to your
|
| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | fman_memac.c | 781 .mac_select_pcs = memac_select_pcs,
|
| H A D | fman_dtsec.c | 996 .mac_select_pcs = dtsec_select_pcs,
|
| /linux/drivers/net/ethernet/marvell/prestera/ |
| H A D | prestera_main.c | 358 .mac_select_pcs = prestera_mac_select_pcs,
|
| /linux/drivers/net/ethernet/altera/ |
| H A D | altera_tse_main.c | 1094 .mac_select_pcs = alt_tse_select_pcs,
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz9477.c | 2197 .mac_select_pcs = ksz9477_phylink_mac_select_pcs,
|
| /linux/drivers/net/dsa/realtek/ |
| H A D | rtl8365mb_main.c | 3279 .mac_select_pcs = rtl8365mb_phylink_mac_select_pcs,
|
| /linux/drivers/net/ethernet/xilinx/ |
| H A D | xilinx_axienet_main.c | 2685 .mac_select_pcs = axienet_mac_select_pcs,
|
| /linux/drivers/net/dsa/b53/ |
| H A D | b53_common.c | 2695 .mac_select_pcs = b53_phylink_mac_select_pcs,
|
| /linux/drivers/net/dsa/ |
| H A D | mt7530.c | 3466 .mac_select_pcs = mt753x_phylink_mac_select_pcs,
|
| /linux/drivers/net/ethernet/marvell/ |
| H A D | mvneta.c | 4341 .mac_select_pcs = mvneta_mac_select_pcs,
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_soc.c | 949 .mac_select_pcs = mtk_mac_select_pcs,
|
| /linux/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 967 .mac_select_pcs = macb_mac_select_pcs,
|
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_main.c | 1249 .mac_select_pcs = stmmac_mac_select_pcs,
|