Searched refs:tx_fetch_ind (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 3269 len = sizeof(resp->hdr) + sizeof(resp->tx_fetch_ind); in ath10k_htt_rx_tx_fetch_ind() 3271 ath10k_warn(ar, "received corrupted tx_fetch_ind event: buffer too short\n"); in ath10k_htt_rx_tx_fetch_ind() 3275 num_records = le16_to_cpu(resp->tx_fetch_ind.num_records); in ath10k_htt_rx_tx_fetch_ind() 3276 num_resp_ids = le16_to_cpu(resp->tx_fetch_ind.num_resp_ids); in ath10k_htt_rx_tx_fetch_ind() 3278 len += sizeof(resp->tx_fetch_ind.records[0]) * num_records; in ath10k_htt_rx_tx_fetch_ind() 3279 len += sizeof(resp->tx_fetch_ind.resp_ids[0]) * num_resp_ids; in ath10k_htt_rx_tx_fetch_ind() 3282 ath10k_warn(ar, "received corrupted tx_fetch_ind event: too many records/resp_ids\n"); in ath10k_htt_rx_tx_fetch_ind() 3288 le16_to_cpu(resp->tx_fetch_ind.fetch_seq_num)); in ath10k_htt_rx_tx_fetch_ind() 3291 ath10k_warn(ar, "received unexpected tx_fetch_ind event: not enabled\n"); in ath10k_htt_rx_tx_fetch_ind() 3296 ath10k_warn(ar, "received unexpected tx_fetch_ind even in ath10k_htt_rx_tx_fetch_ind() 4143 struct sk_buff *tx_fetch_ind = skb_copy(skb, GFP_ATOMIC); ath10k_htt_t2h_msg_handler() local [all...] |
H A D | htt.h | 1832 struct htt_tx_fetch_ind tx_fetch_ind; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 3393 len = sizeof(resp->hdr) + sizeof(resp->tx_fetch_ind); in ath10k_htt_rx_tx_fetch_ind() 3395 ath10k_warn(ar, "received corrupted tx_fetch_ind event: buffer too short\n"); in ath10k_htt_rx_tx_fetch_ind() 3399 num_records = le16_to_cpu(resp->tx_fetch_ind.num_records); in ath10k_htt_rx_tx_fetch_ind() 3400 num_resp_ids = le16_to_cpu(resp->tx_fetch_ind.num_resp_ids); in ath10k_htt_rx_tx_fetch_ind() 3402 len += sizeof(resp->tx_fetch_ind.records[0]) * num_records; in ath10k_htt_rx_tx_fetch_ind() 3403 len += sizeof(resp->tx_fetch_ind.resp_ids[0]) * num_resp_ids; in ath10k_htt_rx_tx_fetch_ind() 3406 ath10k_warn(ar, "received corrupted tx_fetch_ind event: too many records/resp_ids\n"); in ath10k_htt_rx_tx_fetch_ind() 3412 le16_to_cpu(resp->tx_fetch_ind.fetch_seq_num)); in ath10k_htt_rx_tx_fetch_ind() 3415 ath10k_warn(ar, "received unexpected tx_fetch_ind event: not enabled\n"); in ath10k_htt_rx_tx_fetch_ind() 3420 ath10k_warn(ar, "received unexpected tx_fetch_ind even in ath10k_htt_rx_tx_fetch_ind() 4270 struct sk_buff *tx_fetch_ind = skb_copy(skb, GFP_ATOMIC); ath10k_htt_t2h_msg_handler() local [all...] |
H A D | htt.h | 1721 struct htt_tx_fetch_ind tx_fetch_ind; member
|
Completed in 24 milliseconds