Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c3556 len = sizeof(resp->hdr) + sizeof(resp->tx_mode_switch_ind); in ath10k_htt_rx_tx_mode_switch_ind()
3558 ath10k_warn(ar, "received corrupted tx_mode_switch_ind event: buffer too short\n"); in ath10k_htt_rx_tx_mode_switch_ind()
3562 info0 = le16_to_cpu(resp->tx_mode_switch_ind.info0); in ath10k_htt_rx_tx_mode_switch_ind()
3563 info1 = le16_to_cpu(resp->tx_mode_switch_ind.info1); in ath10k_htt_rx_tx_mode_switch_ind()
3574 len += sizeof(resp->tx_mode_switch_ind.records[0]) * num_records; in ath10k_htt_rx_tx_mode_switch_ind()
3601 record = &resp->tx_mode_switch_ind.records[i]; in ath10k_htt_rx_tx_mode_switch_ind()
H A Dhtt.h1727 struct htt_tx_mode_switch_ind tx_mode_switch_ind; member