Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c1665 if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN || in ice_get_fecparam()
1666 caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_get_fecparam()
1667 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_CLAUSE74_EN || in ice_get_fecparam()
1668 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_get_fecparam()
1670 if (caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_528_REQ || in ice_get_fecparam()
1671 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_544_REQ || in ice_get_fecparam()
1672 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN) in ice_get_fecparam()
1674 if (caps->link_fec_options == 0) in ice_get_fecparam()
2392 if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_get_link_ksettings()
2393 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_get_link_ksettings()
[all …]
H A Dice_common.c493 pcaps->link_fec_options); in ice_aq_get_phy_caps()
3791 phy_caps->link_fec_options != phy_cfg->link_fec_opt) in ice_phy_caps_equals_cfg()
3821 cfg->link_fec_opt = caps->link_fec_options; in ice_copy_phy_caps_to_cfg()
3857 cfg->link_fec_opt = pcaps->link_fec_options; in ice_cfg_phy_fec()
3884 cfg->link_fec_opt |= pcaps->link_fec_options; in ice_cfg_phy_fec()
H A Dice_main.c888 if (caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_528_REQ || in ice_print_link_msg()
889 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_544_REQ) in ice_print_link_msg()
891 else if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_print_link_msg()
892 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_print_link_msg()
2181 pcaps->link_fec_options); in ice_init_phy_user_cfg()
2293 (cfg->link_fec_opt & pcaps->link_fec_options)) { in ice_configure_phy()
2295 cfg->link_fec_opt = pcaps->link_fec_options; in ice_configure_phy()
H A Dice_adminq_cmd.h1179 u8 link_fec_options; member
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c1025 cfg->link_fec_opt = caps->link_fec_options; in ixgbe_copy_phy_caps_to_cfg()