Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c2922 struct htt_data_tx_ppdu_dur *ppdu_dur; in ath10k_htt_rx_tx_compl_ind() local
2925 ppdu_dur = &ppdu_info->ppdu_dur[i]; in ath10k_htt_rx_tx_compl_ind()
2926 info0 = __le32_to_cpu(ppdu_dur->info0); in ath10k_htt_rx_tx_compl_ind()
2942 tx_duration = __le32_to_cpu(ppdu_dur->tx_duration); in ath10k_htt_rx_tx_compl_ind()
Dhtt.h1011 struct htt_data_tx_ppdu_dur ppdu_dur[]; member