Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-config.c47 if ((new_config->urange_b < XGE_HAL_MIN_TX_URANGE_B) || in __hal_tti_config_check()
48 (new_config->urange_b > XGE_HAL_MAX_TX_URANGE_B)) { in __hal_tti_config_check()
110 if ((new_config->urange_b < XGE_HAL_MIN_RX_URANGE_B) || in __hal_rti_config_check()
111 (new_config->urange_b > XGE_HAL_MAX_RX_URANGE_B)) { in __hal_rti_config_check()
H A Dxgehal-mgmtaux.c1660 __HAL_AUX_ENTRY(key, rti->urange_b, "%u"); in xge_hal_aux_device_config_read()
1753 __HAL_AUX_ENTRY(key, tti->urange_b, "%u"); in xge_hal_aux_device_config_read()
1794 __HAL_AUX_ENTRY(key, tti->urange_b, "%u"); in xge_hal_aux_device_config_read()
H A Dxgehal-device.c920 tti->urange_b = 20; in __hal_device_bimodal_configure()
931 rti->urange_b = 20; in __hal_device_bimodal_configure()
988 tti->urange_b || in __hal_device_tti_apply()
995 XGE_HAL_TTI_DATA1_MEM_TX_URNG_B(tti->urange_b) | in __hal_device_tti_apply()
1145 rti->urange_b || in __hal_device_rti_configure()
1152 XGE_HAL_RTI_DATA1_MEM_RX_URNG_B(rti->urange_b) | in __hal_device_rti_configure()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h91 int urange_b; member
165 int urange_b; member
/illumos-gate/usr/src/uts/common/io/xge/drv/
H A Dxge.c353 device_config->ring.queue[index].rti.urange_b = in xge_ring_config()
491 device_config->fifo.queue[index].tti[index].urange_b = ddi_prop_get_int( in xge_fifo_config()