Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c2206 const __le32 *resp_ids, in ath10k_htt_rx_tx_fetch_resp_id_confirm() argument
2216 resp_id = le32_to_cpu(resp_ids[i]); in ath10k_htt_rx_tx_fetch_resp_id_confirm()
2236 const __le32 *resp_ids; in ath10k_htt_rx_tx_fetch_ind() local
2256 len += sizeof(resp->tx_fetch_ind.resp_ids[0]) * num_resp_ids; in ath10k_htt_rx_tx_fetch_ind()
2333 resp_ids = ath10k_htt_get_tx_fetch_ind_resp_ids(&resp->tx_fetch_ind); in ath10k_htt_rx_tx_fetch_ind()
2334 ath10k_htt_rx_tx_fetch_resp_id_confirm(ar, resp_ids, num_resp_ids); in ath10k_htt_rx_tx_fetch_ind()
2366 len += sizeof(resp->tx_fetch_confirm.resp_ids[0]) * num_resp_ids; in ath10k_htt_rx_tx_fetch_confirm()
2374 resp->tx_fetch_confirm.resp_ids, in ath10k_htt_rx_tx_fetch_confirm()
Dhtt.h1506 __le32 resp_ids[0]; /* ath10k_htt_get_tx_fetch_ind_resp_ids() */ member
1527 __le32 resp_ids[0]; member