Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-config.c605 if (new_config->link_stability_period != XGE_HAL_DEFAULT_USE_HARDCODE) { in __hal_device_config_check_common()
606 if ((new_config->link_stability_period < in __hal_device_config_check_common()
608 (new_config->link_stability_period > in __hal_device_config_check_common()
H A Dxgehal-device.c4034 if (hldev->config.link_stability_period != in xge_hal_device_enable()
4038 hldev->config.link_stability_period); in xge_hal_device_enable()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h796 int link_stability_period; member