Searched refs:timeout_us (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/iicbus/ |
| H A D | iic_recover_bus.c | 60 const u_int timeout_us = 40000; in iic_recover_bus() local 78 for (i = 0; i < timeout_us; i += delay_us) { in iic_recover_bus() 83 if (i >= timeout_us) in iic_recover_bus()
|
| /freebsd/sys/dev/sfxge/ |
| H A D | sfxge_mcdi.c | 71 sfxge_mcdi_poll(struct sfxge_softc *sc, uint32_t timeout_us) in sfxge_mcdi_poll() argument 88 if (delay_total > timeout_us) { in sfxge_mcdi_poll() 116 uint32_t timeout_us = 0; in sfxge_mcdi_execute() local 127 efx_mcdi_get_timeout(sc->enp, emrp, &timeout_us); in sfxge_mcdi_execute() 128 KASSERT(timeout_us > 0, ("MCDI timeout not initialized")); in sfxge_mcdi_execute() 131 sfxge_mcdi_poll(sc, timeout_us); in sfxge_mcdi_execute()
|
| /freebsd/sys/contrib/ena-com/ |
| H A D | ena_plat.h | 215 #define ENA_GET_SYSTEM_TIMEOUT(timeout_us) \ argument 216 ((long)cputick2usec(cpu_ticks()) + (timeout_us)) 222 #define ENA_GET_SYSTEM_TIMEOUT_HIGH_RES(current_time, timeout_us) \ argument 223 ((long)cputick2usec(cpu_ticks()) + (timeout_us)) 280 #define ENA_WAIT_EVENT_WAIT(waitqueue, timeout_us) \ argument 284 timeout_us * hz / 1000 / 1000 ); \
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | p2p_supplicant.c | 5564 unsigned int timeout_us; in wpas_p2p_register_bootstrap_comeback() local 5567 timeout_us = comeback_after * 1024; in wpas_p2p_register_bootstrap_comeback() 5571 eloop_register_timeout(0, timeout_us, wpas_p2p_send_bootstrap_comeback, in wpas_p2p_register_bootstrap_comeback()
|