Searched refs:link_fec_opt (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ice/
H A Dice_common.c2786 ice_debug(hw, ICE_DBG_LINK, " link_fec_opt = 0x%x\n",
2787 cfg->link_fec_opt);
3105 phy_caps->link_fec_options != phy_cfg->link_fec_opt)
3135 cfg->link_fec_opt = caps->link_fec_options;
3181 cfg->link_fec_opt = pcaps->link_fec_options;
3188 cfg->link_fec_opt &= ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN |
3190 cfg->link_fec_opt |= ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ |
3197 cfg->link_fec_opt &= ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN;
3198 cfg->link_fec_opt |= ICE_AQC_PHY_FEC_25G_RS_528_REQ |
3203 cfg->link_fec_opt
[all...]
H A Dice_lib.c3164 /* Get link_fec_opt/AUTO_FEC mode from TOPO caps for base for new FEC mode */
3177 cfg.link_fec_opt = pcaps.link_fec_options;
3185 cfg.link_fec_opt = sc->ldo_tlv.fec_options;
3190 if (cfg.link_fec_opt &&
3191 !(cfg.link_fec_opt & pcaps.link_fec_options)) {
7428 if (cfg->link_fec_opt &&
7429 !(cfg->link_fec_opt & pcaps->link_fec_options)) {
7431 cfg->link_fec_opt = pcaps->link_fec_options;
H A Dice_adminq_cmd.h1387 u8 link_fec_opt; /* Use defines from ice_aqc_get_phy_caps */ member in struct:ice_aqc_set_phy_cfg_data

Completed in 131 milliseconds