Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
A Dhtt_rx.c3267 len = sizeof(resp->hdr) + sizeof(resp->tx_fetch_ind); in ath10k_htt_rx_tx_fetch_ind()
3273 num_records = le16_to_cpu(resp->tx_fetch_ind.num_records); in ath10k_htt_rx_tx_fetch_ind()
3286 le16_to_cpu(resp->tx_fetch_ind.fetch_seq_num)); in ath10k_htt_rx_tx_fetch_ind()
3301 record = &resp->tx_fetch_ind.records[i]; in ath10k_htt_rx_tx_fetch_ind()
3365 resp->tx_fetch_ind.token, in ath10k_htt_rx_tx_fetch_ind()
3366 resp->tx_fetch_ind.fetch_seq_num, in ath10k_htt_rx_tx_fetch_ind()
3367 resp->tx_fetch_ind.records, in ath10k_htt_rx_tx_fetch_ind()
3371 le32_to_cpu(resp->tx_fetch_ind.token), ret); in ath10k_htt_rx_tx_fetch_ind()
4140 struct sk_buff *tx_fetch_ind = skb_copy(skb, GFP_ATOMIC); in ath10k_htt_t2h_msg_handler() local
4142 if (!tx_fetch_ind) { in ath10k_htt_t2h_msg_handler()
[all …]
A Dhtt.h1835 struct htt_tx_fetch_ind tx_fetch_ind; member

Completed in 25 milliseconds