Searched refs:RETRY_COUNT (Results 1 – 6 of 6) sorted by relevance
15 RETRY_COUNT=016 while [ "$RETRY_COUNT" -lt "$MAX_RETRIES" ]; do23 RETRY_COUNT=$((RETRY_COUNT + 1))
37 #define RETRY_COUNT 7 macro
915 if (info->status.rates[0].count > RETRY_COUNT) in rtl8187_work()961 (RETRY_COUNT << 8 /* short retry limit */) | in rtl8187_start()962 (RETRY_COUNT << 0 /* long retry limit */) | in rtl8187_start()1486 dev->max_rate_tries = RETRY_COUNT; in rtl8187_probe()
378 #define RETRY_COUNT 16 /* 23:16 */ macro
30 #define RETRY_COUNT 8 macro
1040 mgmt_frame->desc_word[4] = cpu_to_le16(RETRY_COUNT << 8); in rsi_send_reset_mac()