Home
last modified time | relevance | path

Searched refs:timer_count (Results 1 – 10 of 10) sorted by relevance

/drivers/net/fddi/skfp/
Dess.c442 smc->ess.timer_count = 0 ; in process_bw_alloc()
546 smc->ess.timer_count++ ; in ess_timer_poll()
547 if (smc->ess.timer_count == 10) { in ess_timer_poll()
548 smc->ess.timer_count = 0 ; in ess_timer_poll()
576 smc->ess.timer_count = 7 ; /* next RAF alc req after 3 s */ in ess_send_alc_req()
Dsmtdef.c141 smc->ess.timer_count = 7 ; /* first RAF alc req after 3s */ in smt_reset_defaults()
/drivers/misc/mei/
Dinterrupt.c230 cl->timer_count = MEI_CONNECT_TIMEOUT; in mei_cl_irq_disconnect()
311 cl->timer_count = MEI_CONNECT_TIMEOUT; in mei_cl_irq_connect()
584 if (cl->timer_count) { in mei_timer()
585 if (--cl->timer_count == 0) { in mei_timer()
Dclient.c542 cl->timer_count = MEI_CONNECT_TIMEOUT; in mei_cl_disconnect()
650 cl->timer_count = MEI_CONNECT_TIMEOUT; in mei_cl_connect()
1073 cl->timer_count = 0; in mei_cl_all_disconnect()
Dhbm.c669 cl->timer_count = 0; in mei_hbm_cl_res()
693 cl->timer_count = 0; in mei_hbm_fw_disconnect_req()
Dmei_dev.h246 u8 timer_count; member
/drivers/net/fddi/skfp/h/
Dsba.h132 char timer_count ; /* counts every timer function call */ member
/drivers/soc/ti/
Dknav_qmss_acc.c344 cmd->timer_config |= info->timer_count; in knav_acc_setup_cmd()
508 info->timer_count = config[4] / ACC_DEFAULT_PERIOD; in knav_init_acc_range()
Dknav_qmss.h112 u32 timer_count; member
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c10501 u32 timer_count = 1000; in bnx2x_prev_unload_common() local
10523 while (timer_count) { in bnx2x_prev_unload_common()
10534 timer_count = 1000; in bnx2x_prev_unload_common()
10536 timer_count--; in bnx2x_prev_unload_common()
10545 if (!timer_count) in bnx2x_prev_unload_common()