/drivers/net/wireless/ath/ath11k/ |
D | hal_tx.h | 56 u8 try_cnt; member
|
D | dp_tx.c | 404 if (ts->try_cnt > 1) { in ath11k_dp_tx_cache_peer_stats() 405 peer_stats->retry_pkts += ts->try_cnt - 1; in ath11k_dp_tx_cache_peer_stats() 406 peer_stats->retry_bytes += (ts->try_cnt - 1) * msdu->len; in ath11k_dp_tx_cache_peer_stats() 513 ts->try_cnt = FIELD_GET(HAL_WBM_RELEASE_INFO1_TRANSMIT_COUNT, in ath11k_dp_tx_status_parse()
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 687 int try_cnt, int wait_ms) in issue_probereq_ex() argument 701 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex() 704 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex() 711 if (try_cnt && wait_ms) { in issue_probereq_ex() 715 ret == _SUCCESS ? ", acked" : "", i, try_cnt, in issue_probereq_ex() 720 ret == _SUCCESS ? ", acked" : "", i, try_cnt, in issue_probereq_ex() 1250 unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument 1271 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata() 1273 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_nulldata() 1280 if (try_cnt && wait_ms) { in issue_nulldata() [all …]
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 653 …adapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, int try_cnt, int wait_ms); 654 …ta(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms); 656 int issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_… 658 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 | 2921 int try_cnt, int wait_ms) in issue_probereq_ex() argument 2935 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex() 2938 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex() 2947 if (try_cnt && wait_ms) { in issue_probereq_ex() 2951 ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); in issue_probereq_ex() 2955 ret == _SUCCESS?", acked":"", i, try_cnt, (i + 1) * wait_ms); in issue_probereq_ex() 3491 …ata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument 3524 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata() 3527 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_nulldata() 3536 if (try_cnt && wait_ms) { in issue_nulldata() [all …]
|
/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme_ext.h | 544 unsigned int power_mode, int try_cnt, int wait_ms); 546 u16 tid, int try_cnt, int wait_ms);
|
/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/net/wireless/intel/iwlwifi/fw/api/ |
D | tx.h | 275 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 | 691 int try_cnt = 0; in brcmf_sdio_kso_control() local 752 } while (try_cnt++ < MAX_KSO_ATTEMPTS); in brcmf_sdio_kso_control() 754 if (try_cnt > 2) in brcmf_sdio_kso_control() 755 brcmf_dbg(SDIO, "try_cnt=%d rd_val=0x%x err=%d\n", try_cnt, in brcmf_sdio_kso_control() 758 if (try_cnt > MAX_KSO_ATTEMPTS) in brcmf_sdio_kso_control()
|
/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | commands.h | 1227 u8 try_cnt; /* Tx attempts */ member
|