Home
last modified time | relevance | path

Searched refs:t2h_msg_types (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath10k/
Dhtt.c179 ar->htt.t2h_msg_types = htt_10_4_t2h_msg_types; in ath10k_htt_init()
183 ar->htt.t2h_msg_types = htt_10x_t2h_msg_types; in ath10k_htt_init()
187 ar->htt.t2h_msg_types = htt_tlv_t2h_msg_types; in ath10k_htt_init()
191 ar->htt.t2h_msg_types = htt_main_t2h_msg_types; in ath10k_htt_init()
Dhtt.h1878 const enum htt_t2h_msg_type *t2h_msg_types; member
Dhtt_rx.c3744 type = ar->htt.t2h_msg_types[resp->hdr.msg_type]; in ath10k_htt_t2h_msg_handler()