Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1886 int status = MS(resp->data_tx_completion.flags, HTT_DATA_TX_STATUS); in ath10k_htt_rx_tx_compl_ind()
1909 resp->data_tx_completion.num_msdus); in ath10k_htt_rx_tx_compl_ind()
1911 for (i = 0; i < resp->data_tx_completion.num_msdus; i++) { in ath10k_htt_rx_tx_compl_ind()
1912 msdu_id = resp->data_tx_completion.msdus[i]; in ath10k_htt_rx_tx_compl_ind()
Dhtt.h1642 struct htt_data_tx_completion data_tx_completion; member