Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8712/
Drtl8712_cmd.c83 int pollingcnts = 50; in query_fw_rx_phy_status() local
90 (pollingcnts > 0)) { in query_fw_rx_phy_status()
91 pollingcnts--; in query_fw_rx_phy_status()
94 if (pollingcnts != 0) in query_fw_rx_phy_status()
288 int pollingcnts = 50; in r8712_fw_cmd() local
293 (pollingcnts > 0)) { in r8712_fw_cmd()
294 pollingcnts--; in r8712_fw_cmd()
297 if (pollingcnts == 0) in r8712_fw_cmd()