Searched refs:FW_8192C_POLLING_TIMEOUT_COUNT (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dfw_common.h12 #define FW_8192C_POLLING_TIMEOUT_COUNT 100 macro
H A Dfw_common.c98 } while ((counter++ < FW_8192C_POLLING_TIMEOUT_COUNT) &&
101 if (counter >= FW_8192C_POLLING_TIMEOUT_COUNT) {
120 } while (counter++ < FW_8192C_POLLING_TIMEOUT_COUNT);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dfw.h12 #define FW_8192C_POLLING_TIMEOUT_COUNT 3000 macro
H A Dfw.c72 } while ((counter++ < FW_8192C_POLLING_TIMEOUT_COUNT) &&
75 if (counter >= FW_8192C_POLLING_TIMEOUT_COUNT) {
95 } while (counter++ < FW_8192C_POLLING_TIMEOUT_COUNT);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dfw.h12 #define FW_8192C_POLLING_TIMEOUT_COUNT 3000 macro
H A Dfw.c75 } while ((counter++ < FW_8192C_POLLING_TIMEOUT_COUNT) &&
78 if (counter >= FW_8192C_POLLING_TIMEOUT_COUNT) {
98 } while (counter++ < FW_8192C_POLLING_TIMEOUT_COUNT);

Completed in 127 milliseconds