Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/nxge/xgehal/
Dxgehal-config.c52 if ((new_config->urange_b < XGE_HAL_MIN_TX_URANGE_B) || in __hal_tti_config_check()
53 (new_config->urange_b > XGE_HAL_MAX_TX_URANGE_B)) { in __hal_tti_config_check()
115 if ((new_config->urange_b < XGE_HAL_MIN_RX_URANGE_B) || in __hal_rti_config_check()
116 (new_config->urange_b > XGE_HAL_MAX_RX_URANGE_B)) { in __hal_rti_config_check()
Dxgehal-mgmtaux.c1584 __HAL_AUX_ENTRY(key, rti->urange_b, "%u"); in xge_hal_aux_device_config_read()
1661 __HAL_AUX_ENTRY(key, tti->urange_b, "%u"); in xge_hal_aux_device_config_read()
1692 __HAL_AUX_ENTRY(key, tti->urange_b, "%u"); in xge_hal_aux_device_config_read()
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()
/freebsd-10-stable/sys/dev/nxge/include/
Dxgehal-config.h96 int urange_b; member
170 int urange_b; member
/freebsd-10-stable/sys/dev/vxge/vxgehal/
Dvxgehal-config.c1538 if ((tim_intr_config->urange_b > in __hal_device_tim_intr_config_check()
1540 (tim_intr_config->urange_b != in __hal_device_tim_intr_config_check()
2602 device_config->vp_config[i].tti.urange_b = in vxge_hal_device_config_default_get()
2668 device_config->vp_config[i].rti.urange_b = in vxge_hal_device_config_default_get()
Dvxgehal-mgmtaux.c817 dev_config->vp_config[i].tti.urange_b, "%u"); in vxge_hal_aux_device_config_read()
862 dev_config->vp_config[i].rti.urange_b, "%u"); in vxge_hal_aux_device_config_read()
Dvxgehal-virtualpath.c8882 if (vpath->vp_config->tti.urange_b != in __hal_vpath_tim_configure()
8886 vpath->vp_config->tti.urange_b); in __hal_vpath_tim_configure()
9048 if (vpath->vp_config->rti.urange_b != in __hal_vpath_tim_configure()
9052 vpath->vp_config->rti.urange_b); in __hal_vpath_tim_configure()
/freebsd-10-stable/sys/dev/vxge/include/
Dvxgehal-config.h1813 u32 urange_b; member
/freebsd-10-stable/sys/dev/nxge/
Dif_nxge.c154 urange_b, qindex, tindex, in xge_init_params()
229 urange_b, qindex, XGE_DEFAULT_RING_QUEUE_RTI_URANGE_B); in xge_init_params()
/freebsd-10-stable/sys/dev/vxge/
Dvxge.c2183 vp_config->rti.urange_b = VXGE_DEFAULT_RTI_RX_URANGE_B; in vxge_vpath_config()
2214 vp_config->tti.urange_b = VXGE_DEFAULT_TTI_TX_URANGE_B; in vxge_vpath_config()