Searched refs:timer_val (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | ef10_ev.c | 411 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 D | efx_ev.c | 1212 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 D | ibcm_sm.c | 1300 timeout_id_t timer_val; in ibcm_process_req_msg() local 1312 timer_val = statep->timerid; in ibcm_process_req_msg() 1315 if (timer_val) in ibcm_process_req_msg() 1316 (void) untimeout(timer_val); in ibcm_process_req_msg() 1439 timeout_id_t timer_val; in ibcm_process_rep_msg() local 1524 timer_val = statep->timerid; in ibcm_process_rep_msg() 1527 (void) untimeout(timer_val); in ibcm_process_rep_msg() 1575 timeout_id_t timer_val; in ibcm_process_rep_msg() local 1587 timer_val = stale_qpn->timerid; in ibcm_process_rep_msg() 1590 if (timer_val) in ibcm_process_rep_msg() [all …]
|
H A D | ibcm_utils.c | 427 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 D | ibcm_impl.c | 2329 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 D | ibcm_ti.c | 1382 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 D | t4_sge.c | 320 V_TIMERVALUE0(us_to_core_ticks(sc, p->timer_val[0])) | in t4_sge_init() 321 V_TIMERVALUE1(us_to_core_ticks(sc, p->timer_val[1]))); in t4_sge_init() 323 V_TIMERVALUE2(us_to_core_ticks(sc, p->timer_val[2])) | in t4_sge_init() 324 V_TIMERVALUE3(us_to_core_ticks(sc, p->timer_val[3]))); in t4_sge_init() 326 V_TIMERVALUE4(us_to_core_ticks(sc, p->timer_val[4])) | in t4_sge_init() 327 V_TIMERVALUE5(us_to_core_ticks(sc, p->timer_val[5]))); in t4_sge_init()
|
H A D | adapter.h | 434 int timer_val[SGE_NTIMERS]; member
|
H A D | t4_nexus.c | 1808 data = &p->timer_val[0]; in init_driver_props()
|