Searched refs:poll_cnt (Results 1 – 10 of 10) 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()143 u32 poll_cnt = 0; in erdma_ceq_completion_handler() local150 while (poll_cnt < MAX_POLL_CHUNK_SIZE) { in erdma_ceq_completion_handler()157 poll_cnt++; in erdma_ceq_completion_handler()
150 int poll_cnt; member535 if (priv->poll_cnt < TI_TSC2046_POLL_CNT) { in tsc2046_adc_timer()536 priv->poll_cnt++; in tsc2046_adc_timer()542 if (priv->poll_cnt >= TI_TSC2046_MIN_POLL_CNT) { in tsc2046_adc_timer()586 priv->poll_cnt = 0; in tsc2046_adc_irq()
36 unsigned int poll_cnt; member
179 if (!gameport->poll_cnt++) { in gameport_start_polling()193 if (!--gameport->poll_cnt) in gameport_stop_polling()205 if (gameport->poll_cnt) in gameport_run_poll_handler()
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()
1307 char *msg, u32 poll_cnt) in bnx2x_flr_clnup_poll_hw_counter() argument1309 u32 val = bnx2x_flr_clnup_reg_poll(bp, reg, 0, poll_cnt); in bnx2x_flr_clnup_poll_hw_counter()1451 poll_cnt)) in bnx2x_poll_hw_usage_counters()1458 poll_cnt)) in bnx2x_poll_hw_usage_counters()1465 poll_cnt)) in bnx2x_poll_hw_usage_counters()1472 poll_cnt)) in bnx2x_poll_hw_usage_counters()1477 poll_cnt)) in bnx2x_poll_hw_usage_counters()1484 poll_cnt)) in bnx2x_poll_hw_usage_counters()1522 u32 poll_cnt = bnx2x_flr_clnup_poll_count(bp); in bnx2x_pf_flr_clnup() local1531 if (bnx2x_poll_hw_usage_counters(bp, poll_cnt)) in bnx2x_pf_flr_clnup()[all …]
2062 int bnx2x_send_final_clnup(struct bnx2x *bp, u8 clnup_func, u32 poll_cnt);2065 char *msg, u32 poll_cnt);
1468 u8 poll_cnt; member
7477 int poll_cnt; in ufshcd_try_to_abort_task() local7481 for (poll_cnt = 100; poll_cnt; poll_cnt--) { in ufshcd_try_to_abort_task()7530 if (!poll_cnt) { in ufshcd_try_to_abort_task()
Completed in 75 milliseconds