Home
last modified time | relevance | path

Searched refs:mac_get_caps (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/linux/
H A Dphylink.h195 unsigned long (*mac_get_caps)(struct phylink_config *config, member
227 unsigned long mac_get_caps(struct phylink_config *config,
/linux-6.15/Documentation/networking/
H A Dsfp-phylink.rst203 The :c:func:`mac_get_caps` method is optional, and if provided should
/linux-6.15/drivers/net/ethernet/freescale/fman/
H A Dfman_memac.c777 .mac_get_caps = memac_get_caps,
/linux-6.15/drivers/net/phy/
H A Dphylink.c557 if (pl->mac_ops->mac_get_caps) in phylink_validate_mac_and_pcs()
558 capabilities = pl->mac_ops->mac_get_caps(pl->config, in phylink_validate_mac_and_pcs()
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1146 .mac_get_caps = stmmac_mac_get_caps,