Home
last modified time | relevance | path

Searched refs:msdu_cnt (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dhal_rx.h120 u8 msdu_cnt; member
507 u32 *msdu_cnt);
H A Ddp_rx.c4615 u32 *frag_len, u32 *msdu_cnt) in ath11k_dp_mon_get_buf_len() argument
4632 *msdu_cnt -= 1; in ath11k_dp_mon_get_buf_len()
4655 u32 msdu_ppdu_id = 0, msdu_cnt = 0; in ath11k_dp_rx_mon_mpdu_pop() local
4671 &msdu_cnt); in ath11k_dp_rx_mon_mpdu_pop()
4780 &frag_len, &msdu_cnt); in ath11k_dp_rx_mon_mpdu_pop()
4818 } while (paddr && msdu_cnt); in ath11k_dp_rx_mon_mpdu_pop()
4825 if (msdu_cnt == 0) in ath11k_dp_rx_mon_mpdu_pop()
5300 u32 rx_bufs_used = 0, msdu_cnt = 0; in ath11k_dp_rx_full_mon_mpdu_pop() local
5313 msdu_cnt = sw_mon_entries->msdu_cnt; in ath11k_dp_rx_full_mon_mpdu_pop()
5375 msdu_cnt--; in ath11k_dp_rx_full_mon_mpdu_pop()
[all …]
H A Ddebugfs_htt_stats.h406 u32 msdu_cnt; member
H A Ddebugfs_htt_stats.c694 htt_stats_buf->msdu_cnt); in htt_print_peer_stats_cmn_tlv()