Searched refs:fec_config (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_phy.c | 142 uint8_t fec_config = 0; in dp_set_fec_ready() local 153 fec_config = 1; in dp_set_fec_ready() 156 &fec_config, in dp_set_fec_ready() 157 sizeof(fec_config)); in dp_set_fec_ready() 167 fec_config = 0; in dp_set_fec_ready() 170 &fec_config, in dp_set_fec_ready() 171 sizeof(fec_config)); in dp_set_fec_ready()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi_port_common.c | 515 efx->fec_config = mcdi_fec_caps_to_ethtool(caps, in efx_mcdi_phy_probe() 599 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, efx->fec_config); in efx_mcdi_phy_set_link_ksettings() 707 efx->fec_config = fec->fec; in efx_mcdi_phy_set_fecparam() 739 caps |= ethtool_fec_caps_to_mcdi(phy_cfg->supported_cap, efx->fec_config); in efx_mcdi_port_reconfigure()
|
H A D | net_driver.h | 930 * @fec_config: Forward Error Correction configuration flags. For bit positions 1104 u32 fec_config; member
|
H A D | ef100_nic.c | 334 efx->fec_config = mcdi_fec_caps_to_ethtool(phy_data->supported_cap, in ef100_phy_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mcdi_port_common.c | 513 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()
|
H A D | net_driver.h | 921 * @fec_config: Forward Error Correction configuration flags. For bit positions 1098 u32 fec_config; member
|
H A D | ef100_nic.c | 366 efx->fec_config = mcdi_fec_caps_to_ethtool(phy_data->supported_cap, in ef100_phy_probe()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi_port_common.c | 514 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()
|
H A D | net_driver.h | 889 * @fec_config: Forward Error Correction configuration flags. For bit positions 1064 u32 fec_config; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_link_dp.c | 4337 uint8_t fec_config = 0; in dp_set_fec_ready() local 4345 fec_config = 1; in dp_set_fec_ready() 4348 &fec_config, in dp_set_fec_ready() 4349 sizeof(fec_config)) == DC_OK) { in dp_set_fec_ready() 4358 fec_config = 0; in dp_set_fec_ready() 4361 &fec_config, in dp_set_fec_ready() 4362 sizeof(fec_config)); in dp_set_fec_ready()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 1437 config.fec_config = abilities.fec_cfg_curr_mod_ext_info & in i40e_set_link_ksettings() 1516 config.fec_config = fec_cfg & I40E_AQ_PHY_FEC_CONFIG_MASK; in i40e_set_fec_cfg() 5738 config.fec_config = abilities.fec_cfg_curr_mod_ext_info & in i40e_set_eee()
|
H A D | i40e_adminq_cmd.h | 1695 u8 fec_config; member
|
H A D | i40e_common.c | 1455 config.fec_config = abilities->fec_cfg_curr_mod_ext_info & in i40e_set_fc_status()
|
H A D | i40e_main.c | 7514 config.fec_config = abilities.fec_cfg_curr_mod_ext_info & in i40e_force_link_state()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_adminq_cmd.h | 1694 u8 fec_config; member
|
H A D | i40e_ethtool.c | 1339 config.fec_config = abilities.fec_cfg_curr_mod_ext_info & in i40e_set_link_ksettings() 1418 config.fec_config = fec_cfg & I40E_AQ_PHY_FEC_CONFIG_MASK; in i40e_set_fec_cfg()
|
H A D | i40e_common.c | 1711 config.fec_config = abilities->fec_cfg_curr_mod_ext_info & in i40e_set_fc_status()
|
H A D | i40e_main.c | 6985 config.fec_config = abilities.fec_cfg_curr_mod_ext_info & in i40e_force_link_state()
|
Completed in 95 milliseconds