Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c2955 u16 ppdu_info_offset = 0, peer_id; in ath10k_htt_rx_tx_compl_ind() local
3025 ppdu_info_offset = (msdu_count & 0x01) ? msdu_count + 1 : msdu_count; in ath10k_htt_rx_tx_compl_ind()
3028 ppdu_info_offset += ppdu_info_offset; in ath10k_htt_rx_tx_compl_ind()
3032 ppdu_info_offset += 2; in ath10k_htt_rx_tx_compl_ind()
3034 ppdu_info = (struct htt_data_tx_compl_ppdu_dur *)&msdus[ppdu_info_offset]; in ath10k_htt_rx_tx_compl_ind()

Completed in 11 milliseconds