Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c3663 len = sizeof(resp->hdr) + sizeof(resp->tx_fetch_confirm); in ath10k_htt_rx_tx_fetch_confirm()
3669 num_resp_ids = le16_to_cpu(resp->tx_fetch_confirm.num_resp_ids); in ath10k_htt_rx_tx_fetch_confirm()
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.h1741 struct htt_tx_fetch_confirm tx_fetch_confirm; member