Searched refs:msdus (Results 1 – 2 of 2) sorted by relevance
2949 __le16 msdu_id, *msdus; in ath10k_htt_rx_tx_compl_ind() local2980 msdus = resp->data_tx_completion.msdus; in ath10k_htt_rx_tx_compl_ind()2988 msdu_id = msdus[i]; in ath10k_htt_rx_tx_compl_ind()2997 msdu_id = msdus[msdu_count + i + 1 + htt_pad]; in ath10k_htt_rx_tx_compl_ind()3000 msdu_id = msdus[msdu_count + i + htt_pad]; 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()
990 __le16 msdus[]; /* variable length based on %num_msdus */ member