Home
last modified time | relevance | path

Searched refs:ethtool_fec_caps_to_mcdi (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_port_common.c325 static u32 ethtool_fec_caps_to_mcdi(u32 supported_cap, u32 ethtool_cap) in ethtool_fec_caps_to_mcdi() function
601 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, efx->fec_config); in efx_siena_mcdi_phy_set_link_ksettings()
679 !ethtool_fec_caps_to_mcdi(supported_cap, ethtool_cap)) in ethtool_fec_supported()
704 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, fec->fec); in efx_siena_mcdi_phy_set_fecparam()
743 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, efx->fec_config); in efx_siena_mcdi_port_reconfigure()
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_port_common.c324 u32 ethtool_fec_caps_to_mcdi(u32 supported_cap, u32 ethtool_cap) in ethtool_fec_caps_to_mcdi() function
597 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, efx->fec_config); in efx_mcdi_phy_set_link_ksettings()
674 !ethtool_fec_caps_to_mcdi(supported_cap, ethtool_cap)) in ethtool_fec_supported()
698 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, fec->fec); in efx_mcdi_phy_set_fecparam()
737 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, efx->fec_config); in efx_mcdi_port_reconfigure()
H A Dmcdi_port_common.h44 u32 ethtool_fec_caps_to_mcdi(u32 supported_cap, u32 ethtool_cap);