Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c53 u8 *da, int try_cnt, int wait_ms);
59 unsigned short reason, int try_cnt, int wait_ms);
2780 int try_cnt, int wait_ms) in issue_probereq_ex() argument
2795 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
2798 } while((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
2805 if (try_cnt && wait_ms) { in issue_probereq_ex()
2810 ret == _SUCCESS ? ", acked" : "", i, try_cnt, in issue_probereq_ex()
2816 ret == _SUCCESS ? ", acked" : "", i, try_cnt, in issue_probereq_ex()
3427 unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata23a() argument
3448 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata23a()
[all …]
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h578 u8 *da, int try_cnt, int wait_ms);
580 unsigned int power_mode, int try_cnt, int wait_ms);
582 u16 tid, int try_cnt, int wait_ms);
586 int try_cnt, int wait_ms);
/linux-4.1.27/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c2362 int try_cnt, int wait_ms) in issue_probereq_ex() argument
2376 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
2379 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
2386 if (try_cnt && wait_ms) { in issue_probereq_ex()
2390 ret == _SUCCESS ? ", acked" : "", i, try_cnt, rtw_get_passing_time_ms(start)); in issue_probereq_ex()
2394 ret == _SUCCESS ? ", acked" : "", i, try_cnt, rtw_get_passing_time_ms(start)); in issue_probereq_ex()
2938 …ata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument
2959 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata()
2961 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_nulldata()
2968 if (try_cnt && wait_ms) { in issue_nulldata()
[all …]
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dfw-api-tx.h225 u8 try_cnt; member
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtw_mlme_ext.h560 unsigned int power_mode, int try_cnt, int wait_ms);
562 int try_cnt, int wait_ms);
/linux-4.1.27/drivers/net/wireless/iwlegacy/
Dcommands.h1433 u8 try_cnt; /* Tx attempts */ member
1771 u8 try_cnt; member
D3945.c2340 table[idx].try_cnt = il->retry_rate; in il3945_init_hw_rate_table()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
Dsdio.c771 int try_cnt = 0; in brcmf_sdio_kso_control() local
812 } while (try_cnt++ < MAX_KSO_ATTEMPTS); in brcmf_sdio_kso_control()
814 if (try_cnt > 2) in brcmf_sdio_kso_control()
815 brcmf_dbg(SDIO, "try_cnt=%d rd_val=0x%x err=%d\n", try_cnt, in brcmf_sdio_kso_control()
818 if (try_cnt > MAX_KSO_ATTEMPTS) in brcmf_sdio_kso_control()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dcommands.h1238 u8 try_cnt; /* Tx attempts */ member