Searched refs:link_fec_options (Results 1 – 4 of 4) sorted by relevance
1073 if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN || in ice_get_fecparam()1074 caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_get_fecparam()1075 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_CLAUSE74_EN || in ice_get_fecparam()1076 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_get_fecparam()1078 if (caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_528_REQ || in ice_get_fecparam()1079 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_544_REQ || in ice_get_fecparam()1080 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN) in ice_get_fecparam()1082 if (caps->link_fec_options == 0) in ice_get_fecparam()1984 if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_get_link_ksettings()1985 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_get_link_ksettings()[all …]
200 pcaps->link_fec_options); in ice_aq_get_phy_caps()3171 phy_caps->link_fec_options != phy_cfg->link_fec_opt) in ice_phy_caps_equals_cfg()3201 cfg->link_fec_opt = caps->link_fec_options; in ice_copy_phy_caps_to_cfg()3237 cfg->link_fec_opt = pcaps->link_fec_options; in ice_cfg_phy_fec()3264 cfg->link_fec_opt |= pcaps->link_fec_options; in ice_cfg_phy_fec()
753 if (caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_528_REQ || in ice_print_link_msg()754 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_544_REQ) in ice_print_link_msg()756 else if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_print_link_msg()757 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_print_link_msg()1936 pcaps->link_fec_options); in ice_init_phy_user_cfg()2050 (cfg->link_fec_opt & pcaps->link_fec_options)) { in ice_configure_phy()2052 cfg->link_fec_opt = pcaps->link_fec_options; in ice_configure_phy()
1003 u8 link_fec_options; member