Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c2398 len = sizeof(resp->hdr) + sizeof(resp->tx_mode_switch_ind); in ath10k_htt_rx_tx_mode_switch_ind()
2404 info0 = le16_to_cpu(resp->tx_mode_switch_ind.info0); in ath10k_htt_rx_tx_mode_switch_ind()
2405 info1 = le16_to_cpu(resp->tx_mode_switch_ind.info1); in ath10k_htt_rx_tx_mode_switch_ind()
2416 len += sizeof(resp->tx_mode_switch_ind.records[0]) * num_records; in ath10k_htt_rx_tx_mode_switch_ind()
2443 record = &resp->tx_mode_switch_ind.records[i]; in ath10k_htt_rx_tx_mode_switch_ind()
Dhtt.h1660 struct htt_tx_mode_switch_ind tx_mode_switch_ind; member