Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_ice.c11879 cfg->link_fec_opt = caps->link_fec_options; in ice_copy_phy_caps_to_cfg()
12579 cfg->link_fec_opt = pcaps->link_fec_options; in ice_cfg_phy_fec()
12586 cfg->link_fec_opt &= ICE_AQC_PHY_FEC_10G_KR_40G_KR4_EN | in ice_cfg_phy_fec()
12588 cfg->link_fec_opt |= ICE_AQC_PHY_FEC_10G_KR_40G_KR4_REQ | in ice_cfg_phy_fec()
12595 cfg->link_fec_opt &= ICE_AQC_PHY_FEC_25G_RS_CLAUSE91_EN; in ice_cfg_phy_fec()
12596 cfg->link_fec_opt |= ICE_AQC_PHY_FEC_25G_RS_528_REQ | in ice_cfg_phy_fec()
12601 cfg->link_fec_opt &= ~ICE_AQC_PHY_FEC_MASK; in ice_cfg_phy_fec()
12609 cfg->link_fec_opt |= ICE_AQC_PHY_FEC_DIS; in ice_cfg_phy_fec()
12614 cfg->link_fec_opt |= pcaps->link_fec_options; in ice_cfg_phy_fec()
12630 cfg->link_fec_opt = tlv.fec_options; in ice_cfg_phy_fec()
[all …]
H A Dif_icereg.h10952 uint8_t link_fec_opt; /* Use defines from ice_aqc_get_phy_caps */ member