Searched refs:poll_cnt (Results 1 – 11 of 11) sorted by relevance
37 u32 poll_cnt = 0; in erdma_aeq_event_handler() local41 while (poll_cnt < MAX_POLL_CHUNK_SIZE) { in erdma_aeq_event_handler()50 poll_cnt++; in erdma_aeq_event_handler()128 u32 poll_cnt = 0; in erdma_ceq_completion_handler() local135 while (poll_cnt < MAX_POLL_CHUNK_SIZE) { in erdma_ceq_completion_handler()142 poll_cnt++; in erdma_ceq_completion_handler()
149 int poll_cnt; member540 if (priv->poll_cnt < TI_TSC2046_POLL_CNT) { in tsc2046_adc_timer()541 priv->poll_cnt++; in tsc2046_adc_timer()547 if (priv->poll_cnt >= TI_TSC2046_MIN_POLL_CNT) { in tsc2046_adc_timer()591 priv->poll_cnt = 0; in tsc2046_adc_irq()
180 if (!gameport->poll_cnt++) { in gameport_start_polling()194 if (!--gameport->poll_cnt) in gameport_stop_polling()206 if (gameport->poll_cnt) in gameport_run_poll_handler()
37 unsigned int poll_cnt; member
288 u8 poll_cnt = 0; in rtw_set_rpwm() local295 poll_cnt++; in rtw_set_rpwm()
219 unsigned int poll_cnt;
855 u32 poll_cnt = bnx2x_flr_clnup_poll_count(bp); in bnx2x_vf_flr_clnup_hw() local861 poll_cnt); in bnx2x_vf_flr_clnup_hw()866 poll_cnt)) in bnx2x_vf_flr_clnup_hw()870 bnx2x_tx_hw_flushed(bp, poll_cnt); in bnx2x_vf_flr_clnup_hw()
1308 char *msg, u32 poll_cnt) in bnx2x_flr_clnup_poll_hw_counter() argument1310 u32 val = bnx2x_flr_clnup_reg_poll(bp, reg, 0, poll_cnt); in bnx2x_flr_clnup_poll_hw_counter()1452 poll_cnt)) in bnx2x_poll_hw_usage_counters()1459 poll_cnt)) in bnx2x_poll_hw_usage_counters()1466 poll_cnt)) in bnx2x_poll_hw_usage_counters()1473 poll_cnt)) in bnx2x_poll_hw_usage_counters()1478 poll_cnt)) in bnx2x_poll_hw_usage_counters()1485 poll_cnt)) in bnx2x_poll_hw_usage_counters()1523 u32 poll_cnt = bnx2x_flr_clnup_poll_count(bp); in bnx2x_pf_flr_clnup() local1532 if (bnx2x_poll_hw_usage_counters(bp, poll_cnt)) in bnx2x_pf_flr_clnup()[all …]
2061 int bnx2x_send_final_clnup(struct bnx2x *bp, u8 clnup_func, u32 poll_cnt);2064 char *msg, u32 poll_cnt);
1468 u8 poll_cnt; member
7335 int poll_cnt; in ufshcd_try_to_abort_task() local7339 for (poll_cnt = 100; poll_cnt; poll_cnt--) { in ufshcd_try_to_abort_task()7374 if (!poll_cnt) { in ufshcd_try_to_abort_task()
Completed in 88 milliseconds