/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 703 int try_cnt, int wait_ms) in issue_probereq_ex() argument 717 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex() 720 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex() 727 if (try_cnt && wait_ms) { in issue_probereq_ex() 731 ret == _SUCCESS ? ", acked" : "", i, try_cnt, in issue_probereq_ex() 736 ret == _SUCCESS ? ", acked" : "", i, try_cnt, in issue_probereq_ex() 1272 …ata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument 1293 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata() 1295 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_nulldata() 1302 if (try_cnt && wait_ms) { in issue_nulldata() [all …]
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 679 …adapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, int try_cnt, int wait_ms); 680 …ta(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms); 682 int issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_… 684 int issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_…
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 2939 int try_cnt, int wait_ms) in issue_probereq_ex() argument 2952 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex() 2955 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex() 2964 if (try_cnt && wait_ms) { in issue_probereq_ex() 2968 ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); in issue_probereq_ex() 2972 ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); in issue_probereq_ex() 3511 …ata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument 3544 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata() 3547 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_nulldata() 3556 if (try_cnt && wait_ms) { in issue_nulldata() [all …]
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 560 unsigned int power_mode, int try_cnt, int wait_ms); 562 u16 tid, int try_cnt, int wait_ms);
|
/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_rcb.c | 99 u32 try_cnt = 0; in hns_rcb_reset_ring_hw() local 104 while (try_cnt++ < RCB_RESET_TRY_TIMES) { in hns_rcb_reset_ring_hw() 135 if (try_cnt >= RCB_RESET_TRY_TIMES) in hns_rcb_reset_ring_hw()
|
/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | tx.h | 274 u8 try_cnt; member
|
/drivers/net/wireless/intel/iwlegacy/ |
D | commands.h | 1433 u8 try_cnt; /* Tx attempts */ member 1771 u8 try_cnt; member
|
D | 3945.c | 2341 table[idx].try_cnt = il->retry_rate; in il3945_init_hw_rate_table()
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | sdio.c | 693 int try_cnt = 0; in brcmf_sdio_kso_control() local 739 } while (try_cnt++ < MAX_KSO_ATTEMPTS); in brcmf_sdio_kso_control() 741 if (try_cnt > 2) in brcmf_sdio_kso_control() 742 brcmf_dbg(SDIO, "try_cnt=%d rd_val=0x%x err=%d\n", try_cnt, in brcmf_sdio_kso_control() 745 if (try_cnt > MAX_KSO_ATTEMPTS) in brcmf_sdio_kso_control()
|
/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | commands.h | 1232 u8 try_cnt; /* Tx attempts */ member
|