Searched refs:rth_bucket_size (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h598 * @rth_bucket_size: RTH bucket width (in bits). For valid range please see
761 int rth_bucket_size; member in struct:xge_hal_device_config_t
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c575 device_config->rth_bucket_size = XGE_HAL_MAX_RTH_BUCKET_SIZE;
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c1854 buckets_num = (1 << hldev->config.rth_bucket_size);
1895 val64 |= XGE_HAL_RTS_RTH_BUCKET_SIZE(hldev->config.rth_bucket_size);
1904 hldev->config.rth_bucket_size);
H A Dxgehal-mgmtaux.c1823 __HAL_AUX_ENTRY("rth_bucket_size", dev_config->rth_bucket_size, "%u");

Completed in 207 milliseconds