Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_lib.h283 #define ICE_APPLY_FEC BIT(1) macro
285 #define ICE_APPLY_LS_FEC (ICE_APPLY_LS | ICE_APPLY_FEC)
287 #define ICE_APPLY_FEC_FC (ICE_APPLY_FEC | ICE_APPLY_FC)
H A Dice_lib.c3312 return ice_apply_saved_phy_cfg(sc, ICE_APPLY_FEC); in ice_sysctl_fec_config()
9595 if ((settings & ICE_APPLY_FEC) && in ice_apply_saved_phy_cfg()