Searched refs:poll_cnt (Results 1 – 12 of 12) sorted by relevance
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | restore.c | 19 test_cnt poll_cnt = (cnt_expected == TEST_CNT_GOOD) ? 0 : cnt_expected; in try_server_run() local 54 bytes = test_skpair_server(sk, quota, poll_cnt, &dummy); in try_server_run() 141 test_cnt poll_cnt = (cnt_expected == TEST_CNT_GOOD) ? 0 : cnt_expected; in test_sk_restore() local 167 if (test_skpair_client(sk, msg_len, nr_packets, poll_cnt, &dummy)) { in test_sk_restore()
|
| H A D | connect-deny.c | 40 test_cnt poll_cnt = (cnt_expected == TEST_CNT_GOOD) ? 0 : cnt_expected; in try_accept() local 55 err = test_skpair_wait_poll(lsk, 0, poll_cnt, &sk_pair); in try_accept()
|
| H A D | unsigned-md5.c | 47 test_cnt poll_cnt = (cnt_expected == TEST_CNT_GOOD) ? 0 : cnt_expected; in try_accept() local 72 err = test_skpair_wait_poll(lsk, 0, poll_cnt, &sk_pair); in try_accept()
|
| /linux/drivers/iio/adc/ |
| H A D | ti-tsc2046.c | 150 int poll_cnt; member 533 if (priv->poll_cnt < TI_TSC2046_POLL_CNT) { in tsc2046_adc_timer() 534 priv->poll_cnt++; in tsc2046_adc_timer() 539 if (priv->poll_cnt >= TI_TSC2046_MIN_POLL_CNT) { in tsc2046_adc_timer() 583 priv->poll_cnt = 0; in tsc2046_adc_irq()
|
| /linux/drivers/input/gameport/ |
| H A D | gameport.c | 180 if (!gameport->poll_cnt++) { in gameport_start_polling() 194 if (!--gameport->poll_cnt) in gameport_stop_polling() 207 if (gameport->poll_cnt) in gameport_run_poll_handler()
|
| /linux/include/linux/ |
| H A D | gameport.h | 36 unsigned int poll_cnt; member
|
| /linux/Documentation/input/ |
| H A D | gameport-programming.rst | 219 unsigned int poll_cnt;
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_sriov.c | 854 u32 poll_cnt = bnx2x_flr_clnup_poll_count(bp); in bnx2x_vf_flr_clnup_hw() local 860 poll_cnt); in bnx2x_vf_flr_clnup_hw() 865 poll_cnt)) in bnx2x_vf_flr_clnup_hw() 869 bnx2x_tx_hw_flushed(bp, poll_cnt); in bnx2x_vf_flr_clnup_hw()
|
| H A D | bnx2x_main.c | 1310 char *msg, u32 poll_cnt) in bnx2x_flr_clnup_poll_hw_counter() argument 1312 u32 val = bnx2x_flr_clnup_reg_poll(bp, reg, 0, poll_cnt); in bnx2x_flr_clnup_poll_hw_counter() 1406 int bnx2x_send_final_clnup(struct bnx2x *bp, u8 clnup_func, u32 poll_cnt) in bnx2x_send_final_clnup() argument 1425 if (bnx2x_flr_clnup_reg_poll(bp, comp_addr, 1, poll_cnt) != 1) { in bnx2x_send_final_clnup() 1448 static int bnx2x_poll_hw_usage_counters(struct bnx2x *bp, u32 poll_cnt) in bnx2x_poll_hw_usage_counters() argument 1454 poll_cnt)) in bnx2x_poll_hw_usage_counters() 1461 poll_cnt)) in bnx2x_poll_hw_usage_counters() 1468 poll_cnt)) in bnx2x_poll_hw_usage_counters() 1475 poll_cnt)) in bnx2x_poll_hw_usage_counters() 1480 poll_cnt)) in bnx2x_poll_hw_usage_counters() [all …]
|
| H A D | bnx2x.h | 2062 int bnx2x_send_final_clnup(struct bnx2x *bp, u8 clnup_func, u32 poll_cnt); 2065 char *msg, u32 poll_cnt);
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic.h | 1468 u8 poll_cnt; member
|
| /linux/drivers/ufs/core/ |
| H A D | ufshcd.c | 7729 int poll_cnt; in ufshcd_try_to_abort_task() local 7732 for (poll_cnt = 100; poll_cnt; poll_cnt--) { in ufshcd_try_to_abort_task() 7764 if (!poll_cnt) in ufshcd_try_to_abort_task()
|