Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_common.c3235 cfg->link_fec_opt); in ice_aq_set_phy_cfg()
3516 phy_caps->link_fec_options != phy_cfg->link_fec_opt) in ice_phy_caps_equals_cfg()
3546 cfg->link_fec_opt = caps->link_fec_options; in ice_copy_phy_caps_to_cfg()
3582 cfg->link_fec_opt = pcaps->link_fec_options; in ice_cfg_phy_fec()
3589 cfg->link_fec_opt &= ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN | in ice_cfg_phy_fec()
3591 cfg->link_fec_opt |= ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ | in ice_cfg_phy_fec()
3598 cfg->link_fec_opt &= ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN; in ice_cfg_phy_fec()
3599 cfg->link_fec_opt |= ICE_AQC_PHY_FEC_25G_RS_528_REQ | in ice_cfg_phy_fec()
3604 cfg->link_fec_opt &= ~ICE_AQC_PHY_FEC_MASK; in ice_cfg_phy_fec()
3609 cfg->link_fec_opt |= pcaps->link_fec_options; in ice_cfg_phy_fec()
[all …]
Dice_adminq_cmd.h1195 u8 link_fec_opt; /* Use defines from ice_aqc_get_phy_caps */ member
Dice_main.c2050 cfg->link_fec_opt = ldo->fec_options; in ice_init_phy_cfg_dflt_override()
2229 if (cfg->link_fec_opt != in ice_configure_phy()
2230 (cfg->link_fec_opt & pcaps->link_fec_options)) { in ice_configure_phy()
2232 cfg->link_fec_opt = pcaps->link_fec_options; in ice_configure_phy()