Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath11k/
Dhal_tx.h56 u8 try_cnt; member
Ddp_tx.c404 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/
Drtw_mlme_ext.c687 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/
Drtw_mlme_ext.h653 …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/
Drtw_mlme_ext.c2921 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/
Drtw_mlme_ext.h544 unsigned int power_mode, int try_cnt, int wait_ms);
546 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.h275 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.c691 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/
Dcommands.h1227 u8 try_cnt; /* Tx attempts */ member