Searched refs:link_fec_options (Results 1 – 4 of 4) sorted by relevance
1095 if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN || in ice_get_fecparam()1096 caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_get_fecparam()1097 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_CLAUSE74_EN || in ice_get_fecparam()1098 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_get_fecparam()1100 if (caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_528_REQ || in ice_get_fecparam()1101 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_544_REQ || in ice_get_fecparam()1102 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN) in ice_get_fecparam()1104 if (caps->link_fec_options == 0) in ice_get_fecparam()2008 if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_get_link_ksettings()2009 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_get_link_ksettings()[all …]
184 pcaps->link_fec_options); in ice_aq_get_phy_caps()2927 phy_caps->link_fec_options != phy_cfg->link_fec_opt) in ice_phy_caps_equals_cfg()2957 cfg->link_fec_opt = caps->link_fec_options; in ice_copy_phy_caps_to_cfg()2999 cfg->link_fec_opt = pcaps->link_fec_options; in ice_cfg_phy_fec()3026 cfg->link_fec_opt |= pcaps->link_fec_options; in ice_cfg_phy_fec()
735 if (caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_528_REQ || in ice_print_link_msg()736 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_544_REQ) in ice_print_link_msg()738 else if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_print_link_msg()739 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_print_link_msg()1853 pcaps->link_fec_options); in ice_init_phy_user_cfg()1966 (cfg->link_fec_opt & pcaps->link_fec_options)) { in ice_configure_phy()1968 cfg->link_fec_opt = pcaps->link_fec_options; in ice_configure_phy()
987 u8 link_fec_options; member