Searched refs:link_fec_options (Results 1 – 4 of 4) sorted by relevance
1263 if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN || in ice_get_fecparam()1264 caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_get_fecparam()1265 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_CLAUSE74_EN || in ice_get_fecparam()1266 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_get_fecparam()1268 if (caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_528_REQ || in ice_get_fecparam()1269 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_544_REQ || in ice_get_fecparam()1270 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN) in ice_get_fecparam()1272 if (caps->link_fec_options == 0) in ice_get_fecparam()1977 if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_get_link_ksettings()1978 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_get_link_ksettings()[all …]
388 pcaps->link_fec_options); in ice_aq_get_phy_caps()3539 phy_caps->link_fec_options != phy_cfg->link_fec_opt) in ice_phy_caps_equals_cfg()3569 cfg->link_fec_opt = caps->link_fec_options; in ice_copy_phy_caps_to_cfg()3605 cfg->link_fec_opt = pcaps->link_fec_options; in ice_cfg_phy_fec()3632 cfg->link_fec_opt |= pcaps->link_fec_options; in ice_cfg_phy_fec()
882 if (caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_528_REQ || in ice_print_link_msg()883 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_544_REQ) in ice_print_link_msg()885 else if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_print_link_msg()886 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_print_link_msg()2115 pcaps->link_fec_options); in ice_init_phy_user_cfg()2227 (cfg->link_fec_opt & pcaps->link_fec_options)) { in ice_configure_phy()2229 cfg->link_fec_opt = pcaps->link_fec_options; in ice_configure_phy()
1133 u8 link_fec_options; member