| /NextBSD/sys/dev/nxge/xgehal/ |
| HD | xgehal-mgmtaux.c | 1648 xge_hal_tti_config_t *tti = in xge_hal_aux_device_config_read() local 1649 &dev_config->fifo.queue[i].tti[j]; in xge_hal_aux_device_config_read() 1651 if (!tti->enabled) in xge_hal_aux_device_config_read() 1657 __HAL_AUX_ENTRY(key, tti->urange_a, "%u"); in xge_hal_aux_device_config_read() 1659 __HAL_AUX_ENTRY(key, tti->ufc_a, "%u"); in xge_hal_aux_device_config_read() 1661 __HAL_AUX_ENTRY(key, tti->urange_b, "%u"); in xge_hal_aux_device_config_read() 1663 __HAL_AUX_ENTRY(key, tti->ufc_b, "%u"); in xge_hal_aux_device_config_read() 1665 __HAL_AUX_ENTRY(key, tti->urange_c, "%u"); in xge_hal_aux_device_config_read() 1667 __HAL_AUX_ENTRY(key, tti->ufc_c, "%u"); in xge_hal_aux_device_config_read() 1669 __HAL_AUX_ENTRY(key, tti->ufc_d, "%u"); in xge_hal_aux_device_config_read() [all …]
|
| HD | xgehal-device.c | 910 xge_hal_tti_config_t *tti; in __hal_device_bimodal_configure() local 916 tti = &hldev->bimodal_tti[i]; in __hal_device_bimodal_configure() 918 tti->enabled = 1; in __hal_device_bimodal_configure() 919 tti->urange_a = hldev->bimodal_urange_a_en * 10; in __hal_device_bimodal_configure() 920 tti->urange_b = 20; in __hal_device_bimodal_configure() 921 tti->urange_c = 30; in __hal_device_bimodal_configure() 922 tti->ufc_a = hldev->bimodal_urange_a_en * 8; in __hal_device_bimodal_configure() 923 tti->ufc_b = 16; in __hal_device_bimodal_configure() 924 tti->ufc_c = 32; in __hal_device_bimodal_configure() 925 tti->ufc_d = 64; in __hal_device_bimodal_configure() [all …]
|
| HD | xgehal-config.c | 201 if (new_queue->tti[i].enabled) { in __hal_fifo_queue_check() 205 &new_queue->tti[i])) != XGE_HAL_OK) { in __hal_fifo_queue_check()
|
| /NextBSD/sys/dev/vxge/vxgehal/ |
| HD | vxgehal-config.c | 1651 status = __hal_device_tim_intr_config_check(&vp_config->tti); in __hal_device_vpath_config_check() 2572 device_config->vp_config[i].tti.intr_enable = in vxge_hal_device_config_default_get() 2575 device_config->vp_config[i].tti.btimer_val = in vxge_hal_device_config_default_get() 2578 device_config->vp_config[i].tti.timer_ac_en = in vxge_hal_device_config_default_get() 2581 device_config->vp_config[i].tti.timer_ci_en = in vxge_hal_device_config_default_get() 2584 device_config->vp_config[i].tti.timer_ri_en = in vxge_hal_device_config_default_get() 2587 device_config->vp_config[i].tti.rtimer_event_sf = in vxge_hal_device_config_default_get() 2590 device_config->vp_config[i].tti.rtimer_val = in vxge_hal_device_config_default_get() 2593 device_config->vp_config[i].tti.util_sel = in vxge_hal_device_config_default_get() 2596 device_config->vp_config[i].tti.ltimer_val = in vxge_hal_device_config_default_get() [all …]
|
| HD | vxgehal-mgmtaux.c | 791 dev_config->vp_config[i].tti.intr_enable, "%u"); in vxge_hal_aux_device_config_read() 793 dev_config->vp_config[i].tti.btimer_val, "%u"); in vxge_hal_aux_device_config_read() 795 dev_config->vp_config[i].tti.timer_ac_en, "%u"); in vxge_hal_aux_device_config_read() 797 dev_config->vp_config[i].tti.timer_ci_en, "%u"); in vxge_hal_aux_device_config_read() 799 dev_config->vp_config[i].tti.timer_ri_en, "%u"); in vxge_hal_aux_device_config_read() 801 dev_config->vp_config[i].tti.rtimer_event_sf, "%u"); in vxge_hal_aux_device_config_read() 803 dev_config->vp_config[i].tti.rtimer_val, "%u"); in vxge_hal_aux_device_config_read() 805 dev_config->vp_config[i].tti.util_sel, "%u"); in vxge_hal_aux_device_config_read() 807 dev_config->vp_config[i].tti.ltimer_val, "%u"); in vxge_hal_aux_device_config_read() 809 dev_config->vp_config[i].tti.txfrm_cnt_en, "%u"); in vxge_hal_aux_device_config_read() [all …]
|
| HD | vxgehal-virtualpath.c | 8831 if (vpath->vp_config->tti.btimer_val != in __hal_vpath_tim_configure() 8836 vpath->vp_config->tti.btimer_val); in __hal_vpath_tim_configure() 8841 if (vpath->vp_config->tti.txfrm_cnt_en != in __hal_vpath_tim_configure() 8843 if (vpath->vp_config->tti.txfrm_cnt_en) in __hal_vpath_tim_configure() 8851 if (vpath->vp_config->tti.txd_cnt_en != in __hal_vpath_tim_configure() 8853 if (vpath->vp_config->tti.txd_cnt_en) in __hal_vpath_tim_configure() 8859 if (vpath->vp_config->tti.timer_ac_en != in __hal_vpath_tim_configure() 8861 if (vpath->vp_config->tti.timer_ac_en) in __hal_vpath_tim_configure() 8867 if (vpath->vp_config->tti.timer_ci_en != in __hal_vpath_tim_configure() 8869 if (vpath->vp_config->tti.timer_ci_en) in __hal_vpath_tim_configure() [all …]
|
| /NextBSD/contrib/openbsm/config/ |
| HD | config.sub | 145 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 760 basic_machine=sparc-tti 763 basic_machine=m68k-tti 1326 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/contrib/libreadline/support/ |
| HD | config.sub | 145 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 748 basic_machine=sparc-tti 751 basic_machine=m68k-tti 1292 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/contrib/ofed/librdmacm/config/ |
| HD | config.sub | 147 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 798 basic_machine=sparc-tti 801 basic_machine=m68k-tti 1389 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/contrib/ofed/libibcm/config/ |
| HD | config.sub | 147 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 798 basic_machine=sparc-tti 801 basic_machine=m68k-tti 1389 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/contrib/binutils/ |
| HD | config.sub | 149 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 817 basic_machine=sparc-tti 820 basic_machine=m68k-tti 1436 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/sys/dev/vxge/ |
| HD | vxge.c | 2203 vp_config->tti.intr_enable = VXGE_HAL_TIM_INTR_ENABLE; in vxge_vpath_config() 2204 vp_config->tti.txfrm_cnt_en = VXGE_HAL_TXFRM_CNT_EN_ENABLE; in vxge_vpath_config() 2205 vp_config->tti.util_sel = in vxge_vpath_config() 2208 vp_config->tti.uec_a = VXGE_DEFAULT_TTI_TX_UFC_A; in vxge_vpath_config() 2209 vp_config->tti.uec_b = VXGE_DEFAULT_TTI_TX_UFC_B; in vxge_vpath_config() 2210 vp_config->tti.uec_c = VXGE_DEFAULT_TTI_TX_UFC_C; in vxge_vpath_config() 2211 vp_config->tti.uec_d = VXGE_DEFAULT_TTI_TX_UFC_D; in vxge_vpath_config() 2213 vp_config->tti.urange_a = VXGE_DEFAULT_TTI_TX_URANGE_A; in vxge_vpath_config() 2214 vp_config->tti.urange_b = VXGE_DEFAULT_TTI_TX_URANGE_B; in vxge_vpath_config() 2215 vp_config->tti.urange_c = VXGE_DEFAULT_TTI_TX_URANGE_C; in vxge_vpath_config() [all …]
|
| /NextBSD/contrib/ntp/sntp/ |
| HD | config.sub | 155 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 925 basic_machine=sparc-tti 928 basic_machine=m68k-tti 1566 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/contrib/ntp/ |
| HD | config.sub | 155 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 925 basic_machine=sparc-tti 928 basic_machine=m68k-tti 1566 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/contrib/ntp/sntp/libevent/build-aux/ |
| HD | config.sub | 155 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 925 basic_machine=sparc-tti 928 basic_machine=m68k-tti 1566 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/contrib/tcsh/ |
| HD | config.sub | 154 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 882 basic_machine=sparc-tti 885 basic_machine=m68k-tti 1518 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/crypto/heimdal/ |
| HD | config.sub | 153 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 881 basic_machine=sparc-tti 884 basic_machine=m68k-tti 1515 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/contrib/ldns/ |
| HD | config.sub | 157 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 1583 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/contrib/openpam/ |
| HD | config.sub | 150 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 1592 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/contrib/dialog/ |
| HD | config.sub | 150 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 1601 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/contrib/ncurses/ |
| HD | config.sub | 150 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 1603 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/contrib/file/ |
| HD | config.sub | 157 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 1589 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/contrib/sqlite3/ |
| HD | config.sub | 157 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 1583 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/crypto/openssh/ |
| HD | config.sub | 157 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 1603 *-tti) # must be before sparc entry or we get the wrong os.
|
| /NextBSD/contrib/byacc/ |
| HD | config.sub | 150 -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \ 1608 *-tti) # must be before sparc entry or we get the wrong os.
|