Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c2949 __le16 msdu_id, *msdus; in ath10k_htt_rx_tx_compl_ind() local
2980 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()
H A Dhtt.h990 __le16 msdus[]; /* variable length based on %num_msdus */ member