Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8712/
A Drtl8712_cmd.c75 int pollingcnts = 50; in query_fw_rx_phy_status() local
82 (pollingcnts > 0)) { in query_fw_rx_phy_status()
83 pollingcnts--; in query_fw_rx_phy_status()
86 if (pollingcnts != 0) in query_fw_rx_phy_status()
268 int pollingcnts = 50; in r8712_fw_cmd() local
273 (pollingcnts > 0)) { in r8712_fw_cmd()
274 pollingcnts--; in r8712_fw_cmd()
277 if (pollingcnts == 0) in r8712_fw_cmd()

Completed in 3 milliseconds