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.c3502 const __le32 *resp_ids, in ath10k_htt_rx_tx_fetch_resp_id_confirm() argument
3512 resp_id = le32_to_cpu(resp_ids[i]); in ath10k_htt_rx_tx_fetch_resp_id_confirm()
3532 const __le32 *resp_ids; in ath10k_htt_rx_tx_fetch_ind() local
3553 len += sizeof(resp->tx_fetch_ind.resp_ids[0]) * num_resp_ids; in ath10k_htt_rx_tx_fetch_ind()
3637 resp_ids = ath10k_htt_get_tx_fetch_ind_resp_ids(&resp->tx_fetch_ind); in ath10k_htt_rx_tx_fetch_ind()
3638 ath10k_htt_rx_tx_fetch_resp_id_confirm(ar, resp_ids, num_resp_ids); in ath10k_htt_rx_tx_fetch_ind()
3670 len += sizeof(resp->tx_fetch_confirm.resp_ids[0]) * num_resp_ids; in ath10k_htt_rx_tx_fetch_confirm()
3678 resp->tx_fetch_confirm.resp_ids, in ath10k_htt_rx_tx_fetch_confirm()
H A Dhtt.h1585 DECLARE_FLEX_ARRAY(__le32, resp_ids);
1608 __le32 resp_ids[]; member