Home
last modified time | relevance | path

Searched refs:mpdu_bytes_array_len (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_fw_stats.c856 hdr->mpdu_bytes_array_len * sizeof(uint16_t); in htt_t2h_tx_ppdu_log_print()
859 hdr->mpdu_bytes_array_len); in htt_t2h_tx_ppdu_log_print()
992 if (hdr->mpdu_bytes_array_len) { in htt_t2h_tx_ppdu_log_print()
996 mpdu_bytes_array_len); in htt_t2h_tx_ppdu_log_print()
999 calculated_p8 += hdr->mpdu_bytes_array_len * sizeof(uint16_t); in htt_t2h_tx_ppdu_log_print()
1002 hdr->mpdu_bytes_array_len); in htt_t2h_tx_ppdu_log_print()
/wlan-driver/fw-api/fw/
H A Dol_fw_tx_dbg.h70 A_UINT8 mpdu_bytes_array_len; /* length of array of per-MPDU byte counts */ member