Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c3606 cfg->link_fec_opt); in ice_aq_set_phy_cfg()
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()
4048 cfg->link_fec_opt &= ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN | in ice_cfg_phy_fec()
4050 cfg->link_fec_opt |= ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ | in ice_cfg_phy_fec()
4057 cfg->link_fec_opt &= ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN; in ice_cfg_phy_fec()
4058 cfg->link_fec_opt |= ICE_AQC_PHY_FEC_25G_RS_528_REQ | in ice_cfg_phy_fec()
4063 cfg->link_fec_opt &= ~ICE_AQC_PHY_FEC_MASK; in ice_cfg_phy_fec()
4068 cfg->link_fec_opt |= pcaps->link_fec_options; in ice_cfg_phy_fec()
[all …]
H A Dice_adminq_cmd.h1140 u8 link_fec_opt; /* Use defines from ice_aqc_get_phy_caps */ member
H A Dice_main.c2095 cfg->link_fec_opt = ldo->fec_options; in ice_init_phy_cfg_dflt_override()
2274 if (cfg->link_fec_opt != in ice_configure_phy()
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()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type_e610.h396 u8 link_fec_opt; /* Use defines from ixgbe_aci_get_phy_caps */ member
H A Dixgbe_e610.c1073 cfg->link_fec_opt = caps->link_fec_options; in ixgbe_copy_phy_caps_to_cfg()