Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhal_tx.h60 u8 try_cnt; member
H A Ddp_tx.c452 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()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhal_tx.h63 u8 try_cnt; member
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dtx.h182 /* 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
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h4948 /* 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
/freebsd/sys/contrib/dev/rtw89/
H A Dmac.c6368 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