Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c3505 const __le32 *resp_ids, in ath10k_htt_rx_tx_fetch_resp_id_confirm()
3515 resp_id = le32_to_cpu(resp_ids[i]); in ath10k_htt_rx_tx_fetch_resp_id_confirm()
3535 const __le32 *resp_ids; in ath10k_htt_rx_tx_fetch_ind()
3556 len += sizeof(resp->tx_fetch_ind.resp_ids[0]) * num_resp_ids; in ath10k_htt_rx_tx_fetch_ind()
3559 ath10k_warn(ar, "received corrupted tx_fetch_ind event: too many records/resp_ids\n"); in ath10k_htt_rx_tx_fetch_ind()
3640 resp_ids = ath10k_htt_get_tx_fetch_ind_resp_ids(&resp->tx_fetch_ind); in ath10k_htt_rx_tx_fetch_ind()
3641 ath10k_htt_rx_tx_fetch_resp_id_confirm(ar, resp_ids, num_resp_ids); in ath10k_htt_rx_tx_fetch_ind()
3673 len += sizeof(resp->tx_fetch_confirm.resp_ids[0]) * num_resp_ids; in ath10k_htt_rx_tx_fetch_confirm()
3676 ath10k_warn(ar, "received corrupted tx_fetch_confirm event: resp_ids buffer overflow\n"); in ath10k_htt_rx_tx_fetch_confirm()
3681 resp->tx_fetch_confirm.resp_ids, in ath10k_htt_rx_tx_fetch_confirm()
3506 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
3536 const __le32 *resp_ids; ath10k_htt_rx_tx_fetch_ind() local
[all...]
H A Dhtt.h1589 DECLARE_FLEX_ARRAY(__le32, resp_ids);
1612 __le32 resp_ids[]; member