Home
last modified time | relevance | path

Searched refs:tx_fetch_resp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c1138 len += sizeof(cmd->tx_fetch_resp); in ath10k_htt_tx_fetch_resp()
1139 len += sizeof(cmd->tx_fetch_resp.records[0]) * num_records; in ath10k_htt_tx_fetch_resp()
1148 cmd->tx_fetch_resp.resp_id = cpu_to_le16(resp_id); in ath10k_htt_tx_fetch_resp()
1149 cmd->tx_fetch_resp.fetch_seq_num = fetch_seq_num; in ath10k_htt_tx_fetch_resp()
1150 cmd->tx_fetch_resp.num_records = cpu_to_le16(num_records); in ath10k_htt_tx_fetch_resp()
1151 cmd->tx_fetch_resp.token = token; in ath10k_htt_tx_fetch_resp()
1153 memcpy(cmd->tx_fetch_resp.records, records, in ath10k_htt_tx_fetch_resp()
H A Dhtt.h1806 struct htt_tx_fetch_resp tx_fetch_resp; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c1120 len += sizeof(cmd->tx_fetch_resp); in ath10k_htt_tx_fetch_resp()
1121 len += sizeof(cmd->tx_fetch_resp.records[0]) * num_records; in ath10k_htt_tx_fetch_resp()
1130 cmd->tx_fetch_resp.resp_id = cpu_to_le16(resp_id); in ath10k_htt_tx_fetch_resp()
1131 cmd->tx_fetch_resp.fetch_seq_num = fetch_seq_num; in ath10k_htt_tx_fetch_resp()
1132 cmd->tx_fetch_resp.num_records = cpu_to_le16(num_records); in ath10k_htt_tx_fetch_resp()
1133 cmd->tx_fetch_resp.token = token; in ath10k_htt_tx_fetch_resp()
1135 memcpy(cmd->tx_fetch_resp.records, records, in ath10k_htt_tx_fetch_resp()
H A Dhtt.h1696 struct htt_tx_fetch_resp tx_fetch_resp; member

Completed in 17 milliseconds