Searched refs:resp_ids (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 3228 const __le32 *resp_ids, in ath10k_htt_rx_tx_fetch_resp_id_confirm() 3238 resp_id = le32_to_cpu(resp_ids[i]); in ath10k_htt_rx_tx_fetch_resp_id_confirm() 3258 const __le32 *resp_ids; in ath10k_htt_rx_tx_fetch_ind() local 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() 3363 resp_ids = ath10k_htt_get_tx_fetch_ind_resp_ids(&resp->tx_fetch_ind); in ath10k_htt_rx_tx_fetch_ind() 3364 ath10k_htt_rx_tx_fetch_resp_id_confirm(ar, resp_ids, num_resp_ids); in ath10k_htt_rx_tx_fetch_ind() 3396 len += sizeof(resp->tx_fetch_confirm.resp_ids[0]) * num_resp_ids; in ath10k_htt_rx_tx_fetch_confirm() 3399 ath10k_warn(ar, "received corrupted tx_fetch_confirm event: resp_ids buffer overflow\n"); in ath10k_htt_rx_tx_fetch_confirm() 3404 resp->tx_fetch_confirm.resp_ids, in ath10k_htt_rx_tx_fetch_confirm() 3227 ath10k_htt_rx_tx_fetch_resp_id_confirm(struct ath10k *ar, const __le32 *resp_ids, int num_resp_ids) ath10k_htt_rx_tx_fetch_resp_id_confirm() argument [all...] |
H A D | htt.h | 1677 __le32 resp_ids[0]; /* ath10k_htt_get_tx_fetch_ind_resp_ids() */ member 1699 __le32 resp_ids[]; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 3352 const __le32 *resp_ids, in ath10k_htt_rx_tx_fetch_resp_id_confirm() 3362 resp_id = le32_to_cpu(resp_ids[i]); in ath10k_htt_rx_tx_fetch_resp_id_confirm() 3382 const __le32 *resp_ids; in ath10k_htt_rx_tx_fetch_ind() local 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() 3487 resp_ids = ath10k_htt_get_tx_fetch_ind_resp_ids(&resp->tx_fetch_ind); in ath10k_htt_rx_tx_fetch_ind() 3488 ath10k_htt_rx_tx_fetch_resp_id_confirm(ar, resp_ids, num_resp_ids); in ath10k_htt_rx_tx_fetch_ind() 3520 len += sizeof(resp->tx_fetch_confirm.resp_ids[0]) * num_resp_ids; in ath10k_htt_rx_tx_fetch_confirm() 3523 ath10k_warn(ar, "received corrupted tx_fetch_confirm event: resp_ids buffer overflow\n"); in ath10k_htt_rx_tx_fetch_confirm() 3528 resp->tx_fetch_confirm.resp_ids, in ath10k_htt_rx_tx_fetch_confirm() 3351 ath10k_htt_rx_tx_fetch_resp_id_confirm(struct ath10k *ar, const __le32 *resp_ids, int num_resp_ids) ath10k_htt_rx_tx_fetch_resp_id_confirm() argument [all...] |
H A D | htt.h | 1566 DECLARE_FLEX_ARRAY(__le32, resp_ids); 1589 __le32 resp_ids[]; member
|
Completed in 21 milliseconds