Searched refs:link_fec_options (Results 1 – 4 of 4) sorted by relevance
1093 if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN || in ice_get_fecparam()1094 caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_get_fecparam()1095 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_CLAUSE74_EN || in ice_get_fecparam()1096 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_get_fecparam()1098 if (caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_528_REQ || in ice_get_fecparam()1099 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_544_REQ || in ice_get_fecparam()1100 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN) in ice_get_fecparam()1102 if (caps->link_fec_options == 0) in ice_get_fecparam()2030 if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_get_link_ksettings()2031 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_get_link_ksettings()[all …]
356 pcaps->link_fec_options); in ice_aq_get_phy_caps()3440 phy_caps->link_fec_options != phy_cfg->link_fec_opt) in ice_phy_caps_equals_cfg()3470 cfg->link_fec_opt = caps->link_fec_options; in ice_copy_phy_caps_to_cfg()3506 cfg->link_fec_opt = pcaps->link_fec_options; in ice_cfg_phy_fec()3533 cfg->link_fec_opt |= pcaps->link_fec_options; in ice_cfg_phy_fec()
864 if (caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_528_REQ || in ice_print_link_msg()865 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_544_REQ) in ice_print_link_msg()867 else if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_print_link_msg()868 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_print_link_msg()2082 pcaps->link_fec_options); in ice_init_phy_user_cfg()2194 (cfg->link_fec_opt & pcaps->link_fec_options)) { in ice_configure_phy()2196 cfg->link_fec_opt = pcaps->link_fec_options; in ice_configure_phy()
1120 u8 link_fec_options; member