Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c3039 struct htt_data_tx_ppdu_dur *ppdu_dur; in ath10k_htt_rx_tx_compl_ind() local
3042 ppdu_dur = &ppdu_info->ppdu_dur[i]; in ath10k_htt_rx_tx_compl_ind()
3043 info0 = __le32_to_cpu(ppdu_dur->info0); in ath10k_htt_rx_tx_compl_ind()
3059 tx_duration = __le32_to_cpu(ppdu_dur->tx_duration); in ath10k_htt_rx_tx_compl_ind()
Dhtt.h1005 struct htt_data_tx_ppdu_dur ppdu_dur[]; member