/illumos-gate/usr/src/uts/common/io/usbgem/ |
H A D | usbgem.h | 21 #define USBGEM_TX_TIMEOUT (drv_usectohz(3*1000000)) 22 #define USBGEM_TX_TIMEOUT_INTERVAL (drv_usectohz(1*1000000)) 23 #define USBGEM_LINK_WATCH_INTERVAL (drv_usectohz(1*1000000)) 210 #define MII_RESET_TIMEOUT drv_usectohz(1000*1000) 211 #define MII_AN_TIMEOUT drv_usectohz(5000*1000) 212 #define MII_LINKDOWN_TIMEOUT drv_usectohz(10000*1000)
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pshot.c | 629 instance * drv_usectohz(60000000)); in pshot_attach() 3077 delay(n * drv_usectohz(1000000)); in pshot_bus_config_test_specials() 3083 delay(drv_usectohz(1000000)); in pshot_bus_config_test_specials() 3093 delay(n * drv_usectohz(1000000)); in pshot_bus_config_test_specials() 3099 delay(drv_usectohz(1000000)); in pshot_bus_config_test_specials() 3480 (void) timeout(pshot_timeout, NULL, 5 * drv_usectohz(1000000)); in pshot_walk_thread() 3549 delay(drv_usectohz(1000000)); in pshot_event_test() 3554 delay(drv_usectohz(1000000)); in pshot_event_test() 3559 delay(drv_usectohz(1000000)); in pshot_event_test() 3565 delay(drv_usectohz(1000000)); in pshot_event_test() [all …]
|
/illumos-gate/usr/src/uts/common/io/tpm/ |
H A D | tpm.c | 454 tpm->timeout_a = drv_usectohz(timeout); in tpm_get_timeouts() 463 tpm->timeout_b = drv_usectohz(timeout); in tpm_get_timeouts() 472 tpm->timeout_c = drv_usectohz(timeout); in tpm_get_timeouts() 481 tpm->timeout_d = drv_usectohz(timeout); in tpm_get_timeouts() 539 tpm->duration[TPM_SHORT] = drv_usectohz(duration); in tpm_get_duration() 547 tpm->duration[TPM_MEDIUM] = drv_usectohz(duration); in tpm_get_duration() 555 tpm->duration[TPM_LONG] = drv_usectohz(duration); in tpm_get_duration() 1218 tpm->timeout_a = drv_usectohz(TIS_TIMEOUT_A); in tis_init() 1219 tpm->timeout_b = drv_usectohz(TIS_TIMEOUT_B); in tis_init() 1220 tpm->timeout_c = drv_usectohz(TIS_TIMEOUT_C); in tis_init() [all …]
|
/illumos-gate/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_timer.c | 73 drv_usectohz(BNXE_TIMER_INTERVAL)); in BnxeTimer() 86 drv_usectohz(BNXE_TIMER_INTERVAL)); in BnxeTimerStart()
|
/illumos-gate/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.h | 50 #define GEM_TX_TIMEOUT (drv_usectohz(5*1000000)) 51 #define GEM_TX_TIMEOUT_INTERVAL (drv_usectohz(1*1000000)) 52 #define GEM_LINK_WATCH_INTERVAL (drv_usectohz(1*1000000)) /* 1 sec */ 310 #define MII_RESET_TIMEOUT drv_usectohz(1000*1000) 311 #define MII_AN_TIMEOUT drv_usectohz(5000*1000) 312 #define MII_LINKDOWN_TIMEOUT drv_usectohz(10000*1000)
|
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/ |
H A D | dcam_reg.c | 59 delay(drv_usectohz(500)); in dcam_reg_read() 106 delay(drv_usectohz(500)); in dcam_reg_write()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_thread.c | 236 delay(drv_usectohz(10000)); in emlxs_taskq_destroy() 407 delay(drv_usectohz(10000)); in emlxs_thread_destroy() 445 delay(drv_usectohz(10000)); in emlxs_thread_trigger1() 493 delay(drv_usectohz(10000)); in emlxs_thread_trigger2() 610 delay(drv_usectohz(10000)); in emlxs_thread_spawn_destroy()
|
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhcid.h | 82 #define UHCI_ONE_SECOND drv_usectohz(1000000) 83 #define UHCI_ONE_MS drv_usectohz(1000) 84 #define UHCI_32_MS drv_usectohz(32*1000) 85 #define UHCI_256_MS drv_usectohz(256*1000)
|
/illumos-gate/usr/src/uts/i86xpv/cpu/generic_cpu/ |
H A D | gcpu_poll_xpv.c | 126 drv_usectohz(gcpu_xpv_mch_poll_interval_secs * MICROSEC)); in gcpu_xpv_mch_poll() 186 drv_usectohz(gcpu_xpv_mch_poll_interval_secs * in gcpu_mca_poll_start()
|
/illumos-gate/usr/src/uts/common/fs/dev/ |
H A D | sdev_comm.c | 113 clock_t wakeup = drv_usectohz(2 * 1000000); in sdev_wait4lookup() 122 drv_usectohz(dev_node_wait_timeout * 1000000); in sdev_wait4lookup() 237 expire = ddi_get_lbolt() + drv_usectohz(dev_devfsadm_startup * 1000000); in sdev_open_upcall_door()
|
/illumos-gate/usr/src/uts/sun/sys/ |
H A D | fdreg.h | 150 #define Moton_delay (drv_usectohz(750000)) /* motor on delay */ 152 #define Motoff_delay (6 * drv_usectohz(1000000)) /* motor off delay */
|
/illumos-gate/usr/src/uts/common/io/bnx/ |
H A D | bnxtmr.c | 170 drv_usectohz(BNX_TIMER_INTERVAL)); in bnx_timer() 203 drv_usectohz(BNX_TIMER_INTERVAL)); in bnx_timer_start()
|
/illumos-gate/usr/src/uts/sun4u/io/px/ |
H A D | px_hlib.c | 3105 delay(drv_usectohz(25000)); in oberon_hp_pwron() 3110 delay(drv_usectohz(25000)); in oberon_hp_pwron() 3120 delay(drv_usectohz(25000)); in oberon_hp_pwron() 3137 delay(drv_usectohz(10000)); in oberon_hp_pwron() 3141 delay(drv_usectohz(50000)); in oberon_hp_pwron() 3145 delay(drv_usectohz(wait_perst)); in oberon_hp_pwron() 3154 delay(drv_usectohz(wait_enable_port)); in oberon_hp_pwron() 3161 delay(drv_usectohz(link_status_check)); in oberon_hp_pwron() 3232 delay(drv_usectohz(1000000)); in oberon_hp_pwron() 3240 delay(drv_usectohz(150)); in oberon_hp_pwron() [all …]
|
/illumos-gate/usr/src/uts/common/sys/sata/adapters/si3124/ |
H A D | si3124var.h | 228 #define SI_10MS_TICKS (drv_usectohz(10000)) /* ticks in 10 millisec */ 229 #define SI_1MS_TICKS (drv_usectohz(1000)) /* ticks in 1 millisec */
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smrt/ |
H A D | smrt_ciss_simple.c | 170 delay(drv_usectohz(10 * 1000)); in smrt_preinit_command_simple() 177 delay(drv_usectohz(10 * 1000)); in smrt_preinit_command_simple()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rdsib_buf.c | 136 delay(drv_usectohz(1000000)); in rds_free_recv_caches() 818 delay(drv_usectohz(1000000)); in rds_is_recvq_empty() 861 delay(drv_usectohz(1000000)); in rds_is_sendq_empty() 867 delay(drv_usectohz(1000000)); in rds_is_sendq_empty() 890 delay(drv_usectohz(1000000)); in rds_is_sendq_empty() 917 delay(drv_usectohz(1000000)); in rds_is_sendq_empty() 923 delay(drv_usectohz(1000000)); in rds_is_sendq_empty() 967 drv_usectohz(waittime), TR_CLOCK_TICK); in rds_get_send_buf()
|
/illumos-gate/usr/src/uts/common/io/rtls/ |
H A D | rtls.c | 2022 delay(drv_usectohz(1000)); in rtls_reg_print() 2027 delay(drv_usectohz(1000)); in rtls_reg_print() 2032 delay(drv_usectohz(1000)); in rtls_reg_print() 2037 delay(drv_usectohz(1000)); in rtls_reg_print() 2042 delay(drv_usectohz(1000)); in rtls_reg_print() 2047 delay(drv_usectohz(1000)); in rtls_reg_print() 2052 delay(drv_usectohz(1000)); in rtls_reg_print() 2057 delay(drv_usectohz(1000)); in rtls_reg_print() 2062 delay(drv_usectohz(1000)); in rtls_reg_print() 2069 delay(drv_usectohz(1000)); in rtls_reg_print()
|
/illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
H A D | sddef.h | 1147 #define SD_USECTOHZ(x) (drv_usectohz((x)*1000000)) 1328 (sd_reset_throttle_timeout * drv_usectohz(1000000)) 1331 (sd_qfull_throttle_timeout * drv_usectohz(1000000)) 1727 #define SD_BSY_TIMEOUT (drv_usectohz(5 * 1000000)) 1732 #define SD_UA_RETRY_DELAY (drv_usectohz((clock_t)100000)) 1737 #define SD_RESTART_TIMEOUT (drv_usectohz((clock_t)100000)) 1742 #define SD_RMW_MSG_PRINT_TIMEOUT (drv_usectohz((clock_t)10000000))
|
H A D | ses.h | 245 (ms_time)? (drv_usectohz(ms_time * 1000)) : \ 246 drv_usectohz(1000)); \
|
/illumos-gate/usr/src/uts/common/sys/sata/adapters/ahci/ |
H A D | ahcivar.h | 565 #define AHCI_10MS_TICKS (drv_usectohz(10000)) /* ticks in 10 ms */ 566 #define AHCI_1MS_TICKS (drv_usectohz(1000)) /* ticks in 1 ms */ 567 #define AHCI_100US_TICKS (drv_usectohz(100)) /* ticks in 100 us */
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audio810/ |
H A D | audio810.c | 1409 ticks = drv_usectohz(100); in audio810_chip_init() 1498 delay(drv_usectohz(50000)); /* 50 msec */ in audio810_set_channels() 1512 delay(drv_usectohz(50000)); /* 50 msec */ in audio810_set_channels() 1522 delay(drv_usectohz(50000)); /* 50 msec */ in audio810_set_channels() 1536 delay(drv_usectohz(50000)); /* 50 msec */ in audio810_set_channels()
|
/illumos-gate/usr/src/uts/common/io/axf/ |
H A D | axf_usbgem.c | 101 #define ONESEC (drv_usectohz(1*1000000)) 331 delay(drv_usectohz(5000)); in axf_reset_phy() 344 delay(drv_usectohz(5000)); in axf_reset_phy() 352 delay(drv_usectohz(5000)); in axf_reset_phy() 364 delay(drv_usectohz(150*1000)); in axf_reset_phy() 371 delay(drv_usectohz(150*1000)); in axf_reset_phy() 1196 delay(drv_usectohz(1000*1000)); in axf_mii_probe()
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | rmc_comm_drvintf.c | 348 stop_clockt = ddi_get_lbolt() + drv_usectohz(wait_time * 1000); in rmc_comm_send_req_resp() 386 delta = drv_usectohz(TX_RETRY_TIME * 1000); in rmc_comm_send_req_resp() 588 stop_clockt = ddi_get_lbolt() + drv_usectohz(wait_time * 1000); in rmc_comm_request_response_bp() 788 stop_clockt = ddi_get_lbolt() + drv_usectohz(wait_time * 1000); in rmc_comm_send_srecord_bp()
|
/illumos-gate/usr/src/uts/common/io/comstar/port/fct/ |
H A D | discovery.c | 105 drv_usectohz(FCT_CMDLIST_CHECK_SECONDS * 1000000); in fct_port_worker() 106 short_delay = drv_usectohz(10000); in fct_port_worker() 107 long_delay = drv_usectohz(1000000); in fct_port_worker() 159 drv_usectohz(FCT_CMDLIST_CHECK_SECONDS * 1000000); in fct_port_worker() 599 drv_usectohz(25 * 1000000); in fct_process_link_init() 937 drv_usectohz(USEC_DEREG_RP_TIMEOUT); in fct_handle_els() 1364 drv_usectohz(USEC_DEREG_RP_INTERVAL); in fct_walk_discovery_queue() 1420 drv_usectohz(USEC_ELS_TIMEOUT); in fct_process_plogi() 1620 drv_usectohz(USEC_ELS_TIMEOUT); in fct_process_prli() 1748 drv_usectohz(USEC_ELS_TIMEOUT); in fct_process_logo() [all …]
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | spdsock.h | 100 #define LOADCHECK_INTERVAL (drv_usectohz(30000))
|