Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h680 #define XGE_HAL_MIN_INITIAL_MTU XGE_HAL_MIN_MTU
H A Dxgehal-types.h506 #define XGE_HAL_MIN_MTU 46 macro
H A Dxgehal-device.h729 if ((new_mtu < XGE_HAL_MIN_MTU) || (new_mtu > XGE_HAL_MAX_MTU)) { in xge_hal_device_mtu_check()
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-config.c466 if ((new_config->mtu < XGE_HAL_MIN_MTU) || in __hal_device_config_check_common()