Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_phy.c146 uint8_t fec_config = 0; in dp_set_fec_ready() local
154 fec_config = 1; in dp_set_fec_ready()
157 &fec_config, sizeof(fec_config)); in dp_set_fec_ready()
165 fec_config = 0; in dp_set_fec_ready()
167 &fec_config, sizeof(fec_config)); in dp_set_fec_ready()
/linux/drivers/net/ethernet/sfc/siena/
H A Dmcdi_port_common.c514 efx->fec_config = mcdi_fec_caps_to_ethtool(caps, in efx_siena_mcdi_phy_probe()
601 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, efx->fec_config); in efx_siena_mcdi_phy_set_link_ksettings()
711 efx->fec_config = 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.c513 efx->fec_config = mcdi_fec_caps_to_ethtool(caps, in efx_mcdi_phy_probe()
597 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, efx->fec_config); in efx_mcdi_phy_set_link_ksettings()
705 efx->fec_config = 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/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq_cmd.h1698 u8 fec_config; member
H A Di40e_main.c7550 config.fec_config = abilities.fec_cfg_curr_mod_ext_info & in i40e_force_link_state()