Home
last modified time | relevance | path

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

/linux/sound/soc/mediatek/mt8192/
H A Dmt8192-dai-adda.c687 int try_cnt = 0; in mtk_stf_event() local
700 for (try_cnt = 0; try_cnt < 10; try_cnt++) { in mtk_stf_event()
708 if (try_cnt == 9) { in mtk_stf_event()
/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_tx.h60 u8 try_cnt; member
H A Ddp_tx.c441 if (ts->try_cnt > 1) { in ath11k_dp_tx_cache_peer_stats()
442 peer_stats->retry_pkts += ts->try_cnt - 1; in ath11k_dp_tx_cache_peer_stats()
443 peer_stats->retry_bytes += (ts->try_cnt - 1) * msdu->len; in ath11k_dp_tx_cache_peer_stats()
673 ts->try_cnt = FIELD_GET(HAL_WBM_RELEASE_INFO1_TRANSMIT_COUNT, in ath11k_dp_tx_status_parse()
/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme_ext.h549 …adapter, struct ndis_802_11_ssid *pssid, u8 *da, u8 ch, bool append_wps, int try_cnt, int wait_ms);
550 …ta(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms);
552 int issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_…
554 int issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, int wait_…
/linux/drivers/net/wireless/ath/ath12k/
H A Dhal_tx.h64 u8 try_cnt; member
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme_ext.c2546 int try_cnt, int wait_ms) in issue_probereq_ex() argument
2560 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_probereq_ex()
2563 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_probereq_ex()
3084 …ata(struct adapter *padapter, unsigned char *da, unsigned int power_mode, int try_cnt, int wait_ms) in issue_nulldata() argument
3115 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_nulldata()
3118 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_nulldata()
3229 int issue_qos_nulldata(struct adapter *padapter, unsigned char *da, u16 tid, int try_cnt, int wait_… in issue_qos_nulldata() argument
3248 if (i < try_cnt && wait_ms > 0 && ret == _FAIL) in issue_qos_nulldata()
3251 } while ((i < try_cnt) && ((ret == _FAIL) || (wait_ms == 0))); in issue_qos_nulldata()
3328 int issue_deauth_ex(struct adapter *padapter, u8 *da, unsigned short reason, int try_cnt, in issue_deauth_ex() argument
[all …]
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommands.h1444 u8 try_cnt; /* Tx attempts */ member
1786 u8 try_cnt; member
H A D3945.c2324 table[idx].try_cnt = il->retry_rate; in il3945_init_hw_rate_table()
/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dcommands.h1177 u8 try_cnt; /* Tx attempts */ member
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1383 u8 try_cnt = HNS_ROCE_OPC_POST_MB_TRY_CNT; in __hns_roce_cmq_send() local
1388 while (try_cnt) { in __hns_roce_cmq_send()
1389 try_cnt--; in __hns_roce_cmq_send()
1395 try_cnt) { in __hns_roce_cmq_send()