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

/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_common.c3243 ice_debug(hw, ICE_DBG_LINK, " link_fec_opt = 0x%x\n",
3244 cfg->link_fec_opt);
3519 phy_caps->link_fec_options != phy_cfg->link_fec_opt)
3549 cfg->link_fec_opt = caps->link_fec_options;
3585 cfg->link_fec_opt = pcaps->link_fec_options;
3592 cfg->link_fec_opt &= ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN |
3594 cfg->link_fec_opt |= ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ |
3601 cfg->link_fec_opt &= ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN;
3602 cfg->link_fec_opt |= ICE_AQC_PHY_FEC_25G_RS_528_REQ |
3607 cfg->link_fec_opt
[all...]
H A Dice_main.c2067 cfg->link_fec_opt = ldo->fec_options;
2246 if (cfg->link_fec_opt !=
2247 (cfg->link_fec_opt & pcaps->link_fec_options)) {
2249 cfg->link_fec_opt = pcaps->link_fec_options;
H A Dice_adminq_cmd.h1205 u8 link_fec_opt; /* Use defines from ice_aqc_get_phy_caps */ member in struct:ice_aqc_set_phy_cfg_data

Completed in 148 milliseconds