Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c3042 struct htt_data_tx_ppdu_dur *ppdu_dur; in ath10k_htt_rx_tx_compl_ind() local
3045 ppdu_dur = &ppdu_info->ppdu_dur[i]; in ath10k_htt_rx_tx_compl_ind()
3046 info0 = __le32_to_cpu(ppdu_dur->info0); in ath10k_htt_rx_tx_compl_ind()
3062 tx_duration = __le32_to_cpu(ppdu_dur->tx_duration); in ath10k_htt_rx_tx_compl_ind()
H A Dhtt.h1005 struct htt_data_tx_ppdu_dur ppdu_dur[]; member