Searched refs:ethtool_fec_caps_to_mcdi (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/sfc/ |
D | mcdi_port_common.h | 44 u32 ethtool_fec_caps_to_mcdi(u32 supported_cap, u32 ethtool_cap);
|
D | mcdi_port_common.c | 324 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()
|
/Linux-v6.1/drivers/net/ethernet/sfc/siena/ |
D | mcdi_port_common.c | 325 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()
|