Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c3091 __le16 msdu_id, *msdus; in ath10k_htt_rx_tx_compl_ind() local
3122 msdus = resp->data_tx_completion.msdus; in ath10k_htt_rx_tx_compl_ind()
3130 msdu_id = msdus[i]; in ath10k_htt_rx_tx_compl_ind()
3139 msdu_id = msdus[msdu_count + i + 1 + htt_pad]; in ath10k_htt_rx_tx_compl_ind()
3142 msdu_id = msdus[msdu_count + i + htt_pad]; in ath10k_htt_rx_tx_compl_ind()
3176 ppdu_info = (struct htt_data_tx_compl_ppdu_dur *)&msdus[ppdu_info_offset]; in ath10k_htt_rx_tx_compl_ind()
H A Dhtt.h1009 __le16 msdus[]; /* variable length based on %num_msdus */ member