/drivers/staging/r8188eu/include/ |
D | rtw_mlme_ext.h | 553 int issue_probereq_p2p_ex(struct adapter *adapter, u8 *da, int try_cnt, 570 u8* da, int try_cnt, int wait_ms); 572 unsigned int power_mode, int try_cnt, int wait_ms); 574 u16 tid, int try_cnt, int wait_ms); 578 int try_cnt, int wait_ms);
|
/drivers/net/wireless/ath/ath11k/ |
D | hal_tx.h | 58 u8 try_cnt; member
|
D | dp_tx.c | 405 if (ts->try_cnt > 1) { in ath11k_dp_tx_cache_peer_stats() 406 peer_stats->retry_pkts += ts->try_cnt - 1; in ath11k_dp_tx_cache_peer_stats() 407 peer_stats->retry_bytes += (ts->try_cnt - 1) * msdu->len; in ath11k_dp_tx_cache_peer_stats() 514 ts->try_cnt = FIELD_GET(HAL_WBM_RELEASE_INFO1_TRANSMIT_COUNT, in ath11k_dp_tx_status_parse()
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 593 …adapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, int try_cnt, int wait_ms); 594 …ta(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms); 596 int issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_… 598 int issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_…
|
/drivers/staging/r8188eu/core/ |
D | rtw_mlme_ext.c | 3756 int issue_probereq_p2p_ex(struct adapter *adapter, u8 *da, int try_cnt, int wait_ms) in issue_probereq_p2p_ex() argument 3770 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_p2p_ex() 3772 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_p2p_ex() 3779 if (try_cnt && wait_ms) { in issue_probereq_p2p_ex() 3783 ret == _SUCCESS ? ", acked" : "", i, try_cnt, rtw_get_passing_time_ms(start)); in issue_probereq_p2p_ex() 3787 ret == _SUCCESS ? ", acked" : "", i, try_cnt, rtw_get_passing_time_ms(start)); in issue_probereq_p2p_ex() 4888 int try_cnt, int wait_ms) in issue_probereq_ex() argument 4902 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex() 4905 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex() 4912 if (try_cnt && wait_ms) { in issue_probereq_ex() [all …]
|
/drivers/net/ethernet/hisilicon/hns/ |
D | hns_dsaf_rcb.c | 95 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/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 2573 int try_cnt, int wait_ms) in issue_probereq_ex() argument 2587 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex() 2590 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex() 3114 …ata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument 3145 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata() 3148 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_nulldata() 3262 int issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_… in issue_qos_nulldata() argument 3281 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_qos_nulldata() 3284 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_qos_nulldata() 3362 int issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, in issue_deauth_ex() argument [all …]
|
/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | tx.h | 223 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 | 2324 table[idx].try_cnt = il->retry_rate; in il3945_init_hw_rate_table()
|
/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | sdio.c | 701 int try_cnt = 0; in brcmf_sdio_kso_control() local 762 } while (try_cnt++ < MAX_KSO_ATTEMPTS); in brcmf_sdio_kso_control() 764 if (try_cnt > 2) in brcmf_sdio_kso_control() 765 brcmf_dbg(SDIO, "try_cnt=%d rd_val=0x%x err=%d\n", try_cnt, in brcmf_sdio_kso_control() 768 if (try_cnt > MAX_KSO_ATTEMPTS) in brcmf_sdio_kso_control()
|
/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | commands.h | 1174 u8 try_cnt; /* Tx attempts */ member
|