Home
last modified time | relevance | path

Searched refs:timer_val (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Def10_ev.c411 uint32_t timer_val, mode; in ef10_ev_qmoderate() local
421 timer_val = 0; in ef10_ev_qmoderate()
425 timer_val = us * 1000 / encp->enc_evq_timer_quantum_ns; in ef10_ev_qmoderate()
428 if (timer_val > 0) in ef10_ev_qmoderate()
429 timer_val--; in ef10_ev_qmoderate()
439 ERF_DD_EVQ_IND_TIMER_VAL, timer_val); in ef10_ev_qmoderate()
445 ERF_DZ_TC_TIMER_VAL, timer_val); in ef10_ev_qmoderate()
H A Defx_ev.c1212 uint32_t timer_val; in siena_ev_qmoderate() local
1215 timer_val = us * 1000 / encp->enc_evq_timer_quantum_ns; in siena_ev_qmoderate()
1218 if (timer_val > 0) in siena_ev_qmoderate()
1219 timer_val--; in siena_ev_qmoderate()
1223 FRF_CZ_TC_TIMER_VAL, timer_val); in siena_ev_qmoderate()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_sm.c1315 if (timer_val) in ibcm_process_req_msg()
1439 timeout_id_t timer_val; in ibcm_process_rep_msg() local
1590 if (timer_val) in ibcm_process_rep_msg()
2070 timeout_id_t timer_val; in ibcm_process_rtu_msg() local
2231 if (timer_val != 0) { in ibcm_process_rej_msg()
2471 if (timer_val != 0) { in ibcm_process_dreq_msg()
2913 if (timer_val == 0) in ibcm_resend_rej_mad()
2947 if (timer_val != 0) { in ibcm_resend_rep_mad()
5009 timeout_id_t timer_val; in ibcm_resend_srep_mad() local
8326 timeout_id_t timer_val; in ibcm_process_apr_msg() local
[all …]
H A Dibcm_utils.c427 timeout_id_t timer_val; in ibcm_dealloc_state_data() local
439 timer_val = statep->timerid; in ibcm_dealloc_state_data()
440 if (timer_val != 0) { in ibcm_dealloc_state_data()
443 (void) untimeout(timer_val); in ibcm_dealloc_state_data()
763 timeout_id_t timer_val; in ibcm_dealloc_ud_state_data() local
771 timer_val = ud_statep->ud_timerid; in ibcm_dealloc_ud_state_data()
774 (void) untimeout(timer_val); in ibcm_dealloc_ud_state_data()
776 "Unexpected timer id 0x%p ud_statep 0x%p", timer_val, in ibcm_dealloc_ud_state_data()
H A Dibcm_impl.c2329 timeout_id_t timer_val = statep->timerid; in ibcm_comm_est_handler() local
2333 if (timer_val) { in ibcm_comm_est_handler()
2336 (void) untimeout(timer_val); in ibcm_comm_est_handler()
H A Dibcm_ti.c1382 timeout_id_t timer_val = statep->timerid; in ibcm_close_rc_channel() local
1415 if (timer_val != 0) in ibcm_close_rc_channel()
1416 (void) untimeout(timer_val); in ibcm_close_rc_channel()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c315 V_TIMERVALUE0(us_to_core_ticks(sc, p->timer_val[0])) | in t4_sge_init()
316 V_TIMERVALUE1(us_to_core_ticks(sc, p->timer_val[1]))); in t4_sge_init()
318 V_TIMERVALUE2(us_to_core_ticks(sc, p->timer_val[2])) | in t4_sge_init()
319 V_TIMERVALUE3(us_to_core_ticks(sc, p->timer_val[3]))); in t4_sge_init()
321 V_TIMERVALUE4(us_to_core_ticks(sc, p->timer_val[4])) | in t4_sge_init()
322 V_TIMERVALUE5(us_to_core_ticks(sc, p->timer_val[5]))); in t4_sge_init()
H A Dadapter.h472 int timer_val[SGE_NTIMERS]; member
H A Dt4_nexus.c1910 data = &p->timer_val[0]; in init_driver_props()