/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | hal_tx.h | 56 u8 try_cnt; member
|
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | hal_tx.h | 60 u8 try_cnt; member
|
H A D | dp_tx.c | 436 if (ts->try_cnt > 1) { in ath11k_dp_tx_cache_peer_stats() 437 peer_stats->retry_pkts += ts->try_cnt - 1; in ath11k_dp_tx_cache_peer_stats() 438 peer_stats->retry_bytes += (ts->try_cnt - 1) * msdu->len; in ath11k_dp_tx_cache_peer_stats() 664 ts->try_cnt = FIELD_GET(HAL_WBM_RELEASE_INFO1_TRANSMIT_COUNT, in ath11k_dp_tx_status_parse()
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8192/ |
H A D | mt8192-dai-adda.c | 771 int try_cnt = 0; in mtk_stf_event() local 784 for (try_cnt = 0; try_cnt < 10; try_cnt++) { in mtk_stf_event() 792 if (try_cnt == 9) { in mtk_stf_event()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/ |
H A D | rtw_mlme_ext.c | 687 int try_cnt, int wait_ms) in issue_probereq_ex() 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() 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 in issue_nulldata() 685 issue_probereq_ex(struct adapter *padapter, struct ndis_802_11_ssid *pssid, u8 *da, int try_cnt, int wait_ms) issue_probereq_ex() argument 1249 issue_nulldata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) issue_nulldata() argument 1378 issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms) issue_qos_nulldata() argument 1492 issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms) issue_deauth_ex() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | rtw_mlme_ext.h | 653 s32 issue_probereq_ex(struct adapter *padapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, int try_cnt, int wait_ms); 654 int issue_nulldata(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_ms); 658 int issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms);
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | rtw_mlme_ext.h | 593 s32 issue_probereq_ex(struct adapter *padapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, int try_cnt, int wait_ms); 594 int issue_nulldata(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_ms); 598 int issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms);
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | hal_tx.h | 63 u8 try_cnt; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_dsaf_rcb.c | 91 u32 try_cnt = 0; in hns_rcb_reset_ring_hw() local 96 while (try_cnt++ < RCB_RESET_TRY_TIMES) { in hns_rcb_reset_ring_hw() 127 if (try_cnt >= RCB_RESET_TRY_TIMES) in hns_rcb_reset_ring_hw()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme_ext.c | 2921 int try_cnt, int wait_ms) in issue_probereq_ex() 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 int issue_nulldata(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 in issue_nulldata() 2920 issue_probereq_ex(struct adapter *padapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, int try_cnt, int wait_ms) issue_probereq_ex() argument 3653 issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms) issue_qos_nulldata() argument 3766 issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_ms) issue_deauth_ex() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
H A 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);
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | tx.h | 228 /* TODO: complete documentation for try_cnt and btkill_cnt */ 246 * @dram_lsb_ptr: Physical address of scratch area in the command (try_cnt + 275 u8 try_cnt; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | tx.h | 180 /* TODO: complete documentation for try_cnt and btkill_cnt */ 198 * @dram_lsb_ptr: Physical address of scratch area in the command (try_cnt + 227 u8 try_cnt; member
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme_ext.c | 2553 int try_cnt, int wait_ms) in issue_probereq_ex() 2567 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex() 2570 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex() 3091 int issue_nulldata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument 3122 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata() 3125 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_nulldata() 3236 int issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_ms) in issue_qos_nulldata() argument 3255 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_qos_nulldata() 3258 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_qos_nulldata() 3335 int issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, in issue_deauth_ex() argument 2552 issue_probereq_ex(struct adapter *padapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, int try_cnt, int wait_ms) issue_probereq_ex() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | commands.h | 1433 u8 try_cnt; /* Tx attempts */ member 1771 u8 try_cnt; member
|
H A D | 3945.c | 2324 table[idx].try_cnt = il->retry_rate; in il3945_init_hw_rate_table()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | commands.h | 1435 u8 try_cnt; /* Tx attempts */ member 1773 u8 try_cnt; member
|
H A D | 3945.c | 2324 table[idx].try_cnt = il->retry_rate; in il3945_init_hw_rate_table()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | sdio.c | 702 int try_cnt = 0; in brcmf_sdio_kso_control() local 763 } while (try_cnt++ < MAX_KSO_ATTEMPTS); in brcmf_sdio_kso_control() 765 if (try_cnt > 2) in brcmf_sdio_kso_control() 766 brcmf_dbg(SDIO, "try_cnt=%d rd_val=0x%x err=%d\n", try_cnt, in brcmf_sdio_kso_control() 769 if (try_cnt > MAX_KSO_ATTEMPTS) in brcmf_sdio_kso_control()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | commands.h | 1227 u8 try_cnt; /* Tx attempts */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | commands.h | 1174 u8 try_cnt; /* Tx attempts */ member
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | mac.c | 5690 int i, ret = 0, try_cnt = 3; in rtw89_mac_ptk_drop_by_band_and_wait() local 5695 for (i = 0; i < try_cnt; i++) { in rtw89_mac_ptk_drop_by_band_and_wait()
|