Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl8712_cmd.c87 int pollingcnts = 50; in query_fw_rx_phy_status() local
94 (pollingcnts > 0)) { in query_fw_rx_phy_status()
95 pollingcnts--; in query_fw_rx_phy_status()
98 if (pollingcnts != 0) in query_fw_rx_phy_status()
293 int pollingcnts = 50; in r8712_fw_cmd() local
298 (pollingcnts > 0)) { in r8712_fw_cmd()
299 pollingcnts--; in r8712_fw_cmd()
302 if (pollingcnts == 0) in r8712_fw_cmd()