Searched refs:TIMERS_TICKS_PER_SEC (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/ |
H A D | lm_l4sp.c | 40 #define TIMERS_TICKS_PER_SEC (u32_t)(1000)//(1 / TIMERS_TICK_SIZE_CHIP) macro 51 ASSERT_STATIC( TIMERS_TICKS_PER_SEC == (1 / TIMERS_TICK_SIZE_CHIP) ) ; in _fake_func_verify_defines() 999 …yed_ack_ticks = lm_time_resolution(pdev, l4_params->delayed_ack_ticks, 1000, TIMERS_TICKS_PER_SEC); in _lm_set_ofld_params_xstorm_common() 1009 val32 = lm_time_resolution(pdev, l4_params->sws_prevention_ticks, 1000 , TIMERS_TICKS_PER_SEC); in _lm_set_ofld_params_xstorm_common() 2307 …e_resolution(pdev, tcp->tcp_cached.ka_interval, l4_params->ticks_per_second, TIMERS_TICKS_PER_SEC); in _lm_tcp_init_tstorm_tcp_context() 2315 …e_resolution(pdev, tcp->tcp_cached.ka_time_out, l4_params->ticks_per_second, TIMERS_TICKS_PER_SEC); in _lm_tcp_init_tstorm_tcp_context() 2383 …e_resolution(pdev, tcp->tcp_delegated.sm_rtt, l4_params->ticks_per_second, TIMERS_TICKS_PER_SEC)/8; in _lm_tcp_init_tstorm_tcp_context() 2387 …resolution(pdev, tcp->tcp_delegated.sm_delta, l4_params->ticks_per_second, TIMERS_TICKS_PER_SEC)/4; in _lm_tcp_init_tstorm_tcp_context() 2460 …_resolution(pdev, tcp->tcp_cached.ka_time_out, l4_params->ticks_per_second, TIMERS_TICKS_PER_SEC) : in _lm_tcp_init_xstorm_tcp_context() 2468 … tcp->tcp_delegated.u.keep_alive.timeout_delta, l4_params->ticks_per_second, TIMERS_TICKS_PER_SEC); in _lm_tcp_init_xstorm_tcp_context() [all …]
|