Home
last modified time | relevance | path

Searched refs:link_fec_options (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1671 if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN || in ice_get_fecparam()
1672 caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_get_fecparam()
1673 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_CLAUSE74_EN || in ice_get_fecparam()
1674 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_get_fecparam()
1676 if (caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_528_REQ || in ice_get_fecparam()
1677 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_544_REQ || in ice_get_fecparam()
1678 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN) in ice_get_fecparam()
1680 if (caps->link_fec_options == 0) in ice_get_fecparam()
2410 if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_get_link_ksettings()
2411 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_get_link_ksettings()
[all …]
H A Dice_common.c352 pcaps->link_fec_options); in ice_aq_get_phy_caps()
3975 phy_caps->link_fec_options != phy_cfg->link_fec_opt) in ice_phy_caps_equals_cfg()
4005 cfg->link_fec_opt = caps->link_fec_options; in ice_copy_phy_caps_to_cfg()
4041 cfg->link_fec_opt = pcaps->link_fec_options; in ice_cfg_phy_fec()
4068 cfg->link_fec_opt |= pcaps->link_fec_options; in ice_cfg_phy_fec()
H A Dice_main.c892 if (caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_528_REQ || in ice_print_link_msg()
893 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_544_REQ) in ice_print_link_msg()
895 else if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_print_link_msg()
896 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_print_link_msg()
2163 pcaps->link_fec_options); in ice_init_phy_user_cfg()
2275 (cfg->link_fec_opt & pcaps->link_fec_options)) { in ice_configure_phy()
2277 cfg->link_fec_opt = pcaps->link_fec_options; in ice_configure_phy()
H A Dice_adminq_cmd.h1077 u8 link_fec_options; member
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type_e610.h333 u8 link_fec_options; member
H A Dixgbe_e610.c1073 cfg->link_fec_opt = caps->link_fec_options; in ixgbe_copy_phy_caps_to_cfg()