Searched refs:poll_cnt (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_eq.c37 u32 poll_cnt = 0; local
41 while (poll_cnt < MAX_POLL_CHUNK_SIZE) {
50 poll_cnt++;
128 u32 poll_cnt = 0; local
135 while (poll_cnt < MAX_POLL_CHUNK_SIZE) {
142 poll_cnt++;
/linux-master/include/linux/
H A Dgameport.h36 unsigned int poll_cnt; member in struct:gameport
/linux-master/drivers/iio/adc/
H A Dti-tsc2046.c149 int poll_cnt; member in struct:tsc2046_adc_priv
540 if (priv->poll_cnt < TI_TSC2046_POLL_CNT) {
541 priv->poll_cnt++;
547 if (priv->poll_cnt >= TI_TSC2046_MIN_POLL_CNT) {
591 priv->poll_cnt = 0;
/linux-master/drivers/input/gameport/
H A Dgameport.c179 if (!gameport->poll_cnt++) {
193 if (!--gameport->poll_cnt)
205 if (gameport->poll_cnt)
/linux-master/drivers/staging/rtl8723bs/core/
H A Drtw_pwrctrl.c288 u8 poll_cnt = 0; local
295 poll_cnt++;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c855 u32 poll_cnt = bnx2x_flr_clnup_poll_count(bp); local
861 poll_cnt);
866 poll_cnt))
870 bnx2x_tx_hw_flushed(bp, poll_cnt);
H A Dbnx2x_main.c1307 char *msg, u32 poll_cnt)
1309 u32 val = bnx2x_flr_clnup_reg_poll(bp, reg, 0, poll_cnt);
1403 int bnx2x_send_final_clnup(struct bnx2x *bp, u8 clnup_func, u32 poll_cnt) argument
1422 if (bnx2x_flr_clnup_reg_poll(bp, comp_addr, 1, poll_cnt) != 1) {
1445 static int bnx2x_poll_hw_usage_counters(struct bnx2x *bp, u32 poll_cnt) argument
1451 poll_cnt))
1458 poll_cnt))
1465 poll_cnt))
1472 poll_cnt))
1477 poll_cnt))
1306 bnx2x_flr_clnup_poll_hw_counter(struct bnx2x *bp, u32 reg, char *msg, u32 poll_cnt) argument
1522 u32 poll_cnt = bnx2x_flr_clnup_poll_count(bp); local
[all...]
H A Dbnx2x.h2062 int bnx2x_send_final_clnup(struct bnx2x *bp, u8 clnup_func, u32 poll_cnt);
2065 char *msg, u32 poll_cnt);
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1468 u8 poll_cnt; member in struct:netxen_minidump_entry_rdmem::__anon1479::__anon1480
/linux-master/drivers/ufs/core/
H A Dufshcd.c7565 int poll_cnt; local
7569 for (poll_cnt = 100; poll_cnt; poll_cnt--) {
7618 if (!poll_cnt) {

Completed in 175 milliseconds