tx_mode_switch_ind 1823 drivers/net/wireless/ath/ath10k/htt.h 		struct htt_tx_mode_switch_ind tx_mode_switch_ind;
tx_mode_switch_ind 3220 drivers/net/wireless/ath/ath10k/htt_rx.c 	len = sizeof(resp->hdr) + sizeof(resp->tx_mode_switch_ind);
tx_mode_switch_ind 3226 drivers/net/wireless/ath/ath10k/htt_rx.c 	info0 = le16_to_cpu(resp->tx_mode_switch_ind.info0);
tx_mode_switch_ind 3227 drivers/net/wireless/ath/ath10k/htt_rx.c 	info1 = le16_to_cpu(resp->tx_mode_switch_ind.info1);
tx_mode_switch_ind 3238 drivers/net/wireless/ath/ath10k/htt_rx.c 	len += sizeof(resp->tx_mode_switch_ind.records[0]) * num_records;
tx_mode_switch_ind 3265 drivers/net/wireless/ath/ath10k/htt_rx.c 		record = &resp->tx_mode_switch_ind.records[i];