Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8712/
Drtl8712_cmd.c85 int pollingcnts = 50; in query_fw_rx_phy_status() local
92 (pollingcnts > 0)) { in query_fw_rx_phy_status()
93 pollingcnts--; in query_fw_rx_phy_status()
96 if (pollingcnts != 0) in query_fw_rx_phy_status()
301 int pollingcnts = 50; in r8712_fw_cmd() local
306 (pollingcnts > 0)) { in r8712_fw_cmd()
307 pollingcnts--; in r8712_fw_cmd()
310 if (pollingcnts == 0) in r8712_fw_cmd()