Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dhw.c1108 return (resp->data_tx_completion.flags2 & HTT_TX_CMPL_FLAG_DATA_RSSI); in ath10k_htt_tx_rssi_enable()
1113 return (resp->data_tx_completion.flags2 & in ath10k_htt_tx_rssi_enable_wcn3990()
1122 if (resp->data_tx_completion.flags2 & HTT_TX_DATA_APPEND_RETRIES) in ath10k_get_htt_tx_data_rssi_pad()
1126 if (resp->data_tx_completion.flags2 & HTT_TX_DATA_APPEND_TIMESTAMP) in ath10k_get_htt_tx_data_rssi_pad()
Dhtt_rx.c2652 int status = MS(resp->data_tx_completion.flags, HTT_DATA_TX_STATUS); in ath10k_htt_rx_tx_compl_ind()
2681 resp->data_tx_completion.num_msdus); in ath10k_htt_rx_tx_compl_ind()
2683 msdu_count = resp->data_tx_completion.num_msdus; in ath10k_htt_rx_tx_compl_ind()
2684 msdus = resp->data_tx_completion.msdus; in ath10k_htt_rx_tx_compl_ind()
2726 if (!(resp->data_tx_completion.flags2 & HTT_TX_CMPL_FLAG_PPDU_DURATION_PRESENT)) in ath10k_htt_rx_tx_compl_ind()
2734 if (resp->data_tx_completion.flags2 & in ath10k_htt_rx_tx_compl_ind()
Dhtt.h1814 struct htt_data_tx_completion data_tx_completion; member