Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_common.c2209 ice_debug(hw, ICE_DBG_LINK, "link_fec_opt = 0x%x\n", cfg->link_fec_opt); in ice_aq_set_phy_cfg()
2323 cfg.link_fec_opt = pcaps->link_fec_options; in ice_set_fc()
2375 cfg->link_fec_opt = caps->link_fec_options; in ice_copy_phy_caps_to_cfg()
2395 cfg->link_fec_opt &= ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN | in ice_cfg_phy_fec()
2397 cfg->link_fec_opt |= ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ | in ice_cfg_phy_fec()
2404 cfg->link_fec_opt &= ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN; in ice_cfg_phy_fec()
2405 cfg->link_fec_opt |= ICE_AQC_PHY_FEC_25G_RS_528_REQ | in ice_cfg_phy_fec()
2410 cfg->link_fec_opt &= ~ICE_AQC_PHY_FEC_MASK; in ice_cfg_phy_fec()
Dice_ethtool.c991 config.link_fec_opt = caps->link_fec_options; in ice_set_fec_cfg()
998 config.link_fec_opt != sw_cfg_fec) { in ice_set_fec_cfg()
2486 config.link_fec_opt = abilities->link_fec_options; in ice_set_link_ksettings()
Dice_adminq_cmd.h1009 u8 link_fec_opt; /* Use defines from ice_aqc_get_phy_caps */ member
Dice_main.c1427 cfg->link_fec_opt = pcaps->link_fec_options; in ice_force_phys_link_state()