Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c2840 u16 ppdu_info_offset = 0, peer_id; in ath10k_htt_rx_tx_compl_ind() local
2910 ppdu_info_offset = (msdu_count & 0x01) ? msdu_count + 1 : msdu_count; in ath10k_htt_rx_tx_compl_ind()
2913 ppdu_info_offset += ppdu_info_offset; in ath10k_htt_rx_tx_compl_ind()
2917 ppdu_info_offset += 2; in ath10k_htt_rx_tx_compl_ind()
2919 ppdu_info = (struct htt_data_tx_compl_ppdu_dur *)&msdus[ppdu_info_offset]; in ath10k_htt_rx_tx_compl_ind()