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()2045 if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_get_link_ksettings()2046 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_get_link_ksettings()[all …]
182 pcaps->link_fec_options); in ice_aq_get_phy_caps()2924 phy_caps->link_fec_options != phy_cfg->link_fec_opt) in ice_phy_caps_equals_cfg()2954 cfg->link_fec_opt = caps->link_fec_options; in ice_copy_phy_caps_to_cfg()2996 cfg->link_fec_opt = pcaps->link_fec_options; in ice_cfg_phy_fec()3023 cfg->link_fec_opt |= pcaps->link_fec_options; in ice_cfg_phy_fec()
727 if (caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_528_REQ || in ice_print_link_msg()728 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_544_REQ) in ice_print_link_msg()730 else if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_print_link_msg()731 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_print_link_msg()1843 pcaps->link_fec_options); in ice_init_phy_user_cfg()1956 (cfg->link_fec_opt & pcaps->link_fec_options)) { in ice_configure_phy()1958 cfg->link_fec_opt = pcaps->link_fec_options; in ice_configure_phy()
987 u8 link_fec_options; member