Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_ethtool.c978 sw_cfg_fec = caps->link_fec_options; in ice_set_fec_cfg()
991 config.link_fec_opt = caps->link_fec_options; in ice_set_fec_cfg()
1099 if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN || in ice_get_fecparam()
1100 caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_get_fecparam()
1101 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_CLAUSE74_EN || in ice_get_fecparam()
1102 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_get_fecparam()
1104 if (caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_528_REQ || in ice_get_fecparam()
1105 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_544_REQ || in ice_get_fecparam()
1106 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN) in ice_get_fecparam()
1108 if (caps->link_fec_options == 0) in ice_get_fecparam()
[all …]
Dice_main.c761 if (caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_528_REQ || in ice_print_link_msg()
762 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_RS_544_REQ) in ice_print_link_msg()
764 else if (caps->link_fec_options & ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ || in ice_print_link_msg()
765 caps->link_fec_options & ICE_AQC_PHY_FEC_25G_KR_REQ) in ice_print_link_msg()
1427 cfg->link_fec_opt = pcaps->link_fec_options; in ice_force_phys_link_state()
Dice_adminq_cmd.h948 u8 link_fec_options; member
Dice_common.c2323 cfg.link_fec_opt = pcaps->link_fec_options; in ice_set_fc()
2375 cfg->link_fec_opt = caps->link_fec_options; in ice_copy_phy_caps_to_cfg()