Searched refs:msdus (Results 1 – 2 of 2) sorted by relevance
2627 __le16 msdu_id, *msdus; in ath10k_htt_rx_tx_compl_ind() local2658 msdus = resp->data_tx_completion.msdus; in ath10k_htt_rx_tx_compl_ind()2666 msdu_id = msdus[i]; in ath10k_htt_rx_tx_compl_ind()2675 msdu_id = msdus[msdu_count + i + 1 + htt_pad]; in ath10k_htt_rx_tx_compl_ind()2678 msdu_id = msdus[msdu_count + i + htt_pad]; in ath10k_htt_rx_tx_compl_ind()2712 ppdu_info = (struct htt_data_tx_compl_ppdu_dur *)&msdus[ppdu_info_offset]; in ath10k_htt_rx_tx_compl_ind()
985 __le16 msdus[0]; /* variable length based on %num_msdus */ member