Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-config.c565 new_config->rxufca_hi_lim != new_config->rxufca_lo_lim) { in __hal_device_config_check_common()
578 if ((new_config->rxufca_lo_lim < XGE_HAL_RXUFCA_LO_LIM_MIN) || in __hal_device_config_check_common()
579 (new_config->rxufca_lo_lim > XGE_HAL_RXUFCA_LO_LIM_MAX) || in __hal_device_config_check_common()
580 (new_config->rxufca_lo_lim > new_config->rxufca_hi_lim)) { in __hal_device_config_check_common()
H A Dxgehal-mgmtaux.c920 if (hldev->config.rxufca_hi_lim != hldev->config.rxufca_lo_lim && in xge_hal_aux_stats_hal_read()
921 hldev->config.rxufca_lo_lim != 0) { in xge_hal_aux_stats_hal_read()
1606 __HAL_AUX_ENTRY("rxufca_lo_lim", dev_config->rxufca_lo_lim, "%u"); in xge_hal_aux_device_config_read()
H A Dxgehal-device.c3442 if (ufc > hldev->config.rxufca_lo_lim) { in __hal_update_rxufca()
3648 if (hldev->config.rxufca_lo_lim != in __hal_device_handle_txpic()
3650 hldev->config.rxufca_lo_lim != 0) { in __hal_device_handle_txpic()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h776 int rxufca_lo_lim; member