Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
A Dhal_tx.h58 u8 try_cnt; member
A Ddp_tx.c410 if (ts->try_cnt > 1) { in ath11k_dp_tx_cache_peer_stats()
411 peer_stats->retry_pkts += ts->try_cnt - 1; in ath11k_dp_tx_cache_peer_stats()
412 peer_stats->retry_bytes += (ts->try_cnt - 1) * msdu->len; in ath11k_dp_tx_cache_peer_stats()
519 ts->try_cnt = FIELD_GET(HAL_WBM_RELEASE_INFO1_TRANSMIT_COUNT, in ath11k_dp_tx_status_parse()
/linux/sound/soc/mediatek/mt8192/
A Dmt8192-dai-adda.c783 int try_cnt = 0; in mtk_stf_event() local
796 for (try_cnt = 0; try_cnt < 10; try_cnt++) { in mtk_stf_event()
804 if (try_cnt == 9) { in mtk_stf_event()
/linux/drivers/staging/r8188eu/include/
A Drtw_mlme_ext.h558 u8* da, int try_cnt, int wait_ms);
560 unsigned int power_mode, int try_cnt, int wait_ms);
562 u16 tid, int try_cnt, int wait_ms);
566 int try_cnt, int wait_ms);
/linux/drivers/staging/rtl8723bs/include/
A Drtw_mlme_ext.h593 …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_…
/linux/drivers/staging/r8188eu/core/
A Drtw_mlme_ext.c4759 int try_cnt, int wait_ms) in issue_probereq_ex() argument
4773 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
4776 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
4783 if (try_cnt && wait_ms) { in issue_probereq_ex()
5471 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata()
5473 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_nulldata()
5480 if (try_cnt && wait_ms) { in issue_nulldata()
5591 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_qos_nulldata()
5600 if (try_cnt && wait_ms) { in issue_qos_nulldata()
5698 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_deauth_ex()
[all …]
/linux/drivers/net/ethernet/hisilicon/hns/
A 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()
/linux/drivers/staging/rtl8723bs/core/
A Drtw_mlme_ext.c2568 int try_cnt, int wait_ms) in issue_probereq_ex() argument
2582 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
2585 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
3140 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata()
3143 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_nulldata()
3254 int issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_… in issue_qos_nulldata() argument
3273 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_qos_nulldata()
3276 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_qos_nulldata()
3354 int issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, in issue_deauth_ex() argument
3368 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_deauth_ex()
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
A Dtx.h227 u8 try_cnt; member
/linux/drivers/net/wireless/intel/iwlegacy/
A Dcommands.h1435 u8 try_cnt; /* Tx attempts */ member
1773 u8 try_cnt; member
A D3945.c2324 table[idx].try_cnt = il->retry_rate; in il3945_init_hw_rate_table()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
A Dsdio.c702 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()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
A Dcommands.h1174 u8 try_cnt; /* Tx attempts */ member

Completed in 92 milliseconds