Home
last modified time | relevance | path

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

/freebsd/sys/dev/ice/
H A Dice_lib.c10443 enum { IS_SGMII, IS_SFP, IS_QSFP } module; in ice_apply_supported_speed_filter() enumerator
10456 module = IS_SFP; in ice_apply_supported_speed_filter()
10468 if ((report_speeds & ICE_AQ_LINK_SPEED_10GB) && (module == IS_SFP)) in ice_apply_supported_speed_filter()