Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c693 int try_cnt, int wait_ms) in issue_probereq_ex() argument
707 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
710 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
717 if (try_cnt && wait_ms) { in issue_probereq_ex()
721 ret == _SUCCESS ? ", acked" : "", i, try_cnt, in issue_probereq_ex()
726 ret == _SUCCESS ? ", acked" : "", i, try_cnt, in issue_probereq_ex()
1256 unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument
1277 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata()
1279 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_nulldata()
1286 if (try_cnt && wait_ms) { in issue_nulldata()
[all …]
/drivers/staging/rtl8723bs/include/
Drtw_mlme_ext.h669 …adapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, int try_cnt, int wait_ms);
670 …ta(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms);
672 int issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_…
674 int issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_…
/drivers/staging/rtl8723bs/core/
Drtw_mlme_ext.c2919 int try_cnt, int wait_ms) in issue_probereq_ex() argument
2932 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
2935 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
2944 if (try_cnt && wait_ms) { in issue_probereq_ex()
2948 ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); in issue_probereq_ex()
2952 ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); in issue_probereq_ex()
3490 …ata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument
3523 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata()
3526 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_nulldata()
3535 if (try_cnt && wait_ms) { in issue_nulldata()
[all …]
/drivers/staging/rtl8188eu/include/
Drtw_mlme_ext.h546 unsigned int power_mode, int try_cnt, int wait_ms);
548 u16 tid, int try_cnt, int wait_ms);
/drivers/net/ethernet/hisilicon/hns/
Dhns_dsaf_rcb.c95 u32 try_cnt = 0; in hns_rcb_reset_ring_hw() local
100 while (try_cnt++ < RCB_RESET_TRY_TIMES) { in hns_rcb_reset_ring_hw()
131 if (try_cnt >= RCB_RESET_TRY_TIMES) in hns_rcb_reset_ring_hw()
/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtx.h276 u8 try_cnt; member
/drivers/net/wireless/intel/iwlegacy/
Dcommands.h1433 u8 try_cnt; /* Tx attempts */ member
1771 u8 try_cnt; member
D3945.c2324 table[idx].try_cnt = il->retry_rate; in il3945_init_hw_rate_table()
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dsdio.c666 int try_cnt = 0; in brcmf_sdio_kso_control() local
727 } while (try_cnt++ < MAX_KSO_ATTEMPTS); in brcmf_sdio_kso_control()
729 if (try_cnt > 2) in brcmf_sdio_kso_control()
730 brcmf_dbg(SDIO, "try_cnt=%d rd_val=0x%x err=%d\n", try_cnt, in brcmf_sdio_kso_control()
733 if (try_cnt > MAX_KSO_ATTEMPTS) in brcmf_sdio_kso_control()
/drivers/net/wireless/intel/iwlwifi/dvm/
Dcommands.h1227 u8 try_cnt; /* Tx attempts */ member