Searched refs:try_cnt (Results 1 – 6 of 6) sorted by relevance
60 u8 try_cnt; member
452 if (ts->try_cnt > 1) { in ath11k_dp_tx_cache_peer_stats()453 peer_stats->retry_pkts += ts->try_cnt - 1; in ath11k_dp_tx_cache_peer_stats()454 peer_stats->retry_bytes += (ts->try_cnt - 1) * msdu->len; in ath11k_dp_tx_cache_peer_stats()680 ts->try_cnt = FIELD_GET(HAL_WBM_RELEASE_INFO1_TRANSMIT_COUNT, in ath11k_dp_tx_status_parse()
63 u8 try_cnt; member
182 /* TODO: complete documentation for try_cnt and btkill_cnt */200 * @dram_lsb_ptr: Physical address of scratch area in the command (try_cnt +229 u8 try_cnt;227 u8 try_cnt; global() member
4948 /* TODO: complete documentation for try_cnt and btkill_cnt */4964 * @dram_lsb_ptr: Physical address of scratch area in the command (try_cnt +4992 uint8_t try_cnt;4988 uint8_t try_cnt; global() member
6368 int i, ret = 0, try_cnt = 3;6373 for (i = 0; i < try_cnt; i++) {5672 int i, ret = 0, try_cnt = 3; rtw89_mac_ptk_drop_by_band_and_wait() local