Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath10k/
Dhtt_tx.c1116 len += sizeof(cmd->tx_fetch_resp); in ath10k_htt_tx_fetch_resp()
1117 len += sizeof(cmd->tx_fetch_resp.records[0]) * num_records; in ath10k_htt_tx_fetch_resp()
1126 cmd->tx_fetch_resp.resp_id = cpu_to_le16(resp_id); in ath10k_htt_tx_fetch_resp()
1127 cmd->tx_fetch_resp.fetch_seq_num = fetch_seq_num; in ath10k_htt_tx_fetch_resp()
1128 cmd->tx_fetch_resp.num_records = cpu_to_le16(num_records); in ath10k_htt_tx_fetch_resp()
1129 cmd->tx_fetch_resp.token = token; in ath10k_htt_tx_fetch_resp()
1131 memcpy(cmd->tx_fetch_resp.records, records, in ath10k_htt_tx_fetch_resp()
Dhtt.h1700 struct htt_tx_fetch_resp tx_fetch_resp; member