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.c345 ar->htt.t2h_msg_types = htt_10_4_t2h_msg_types; in ath10k_htt_init()
349 ar->htt.t2h_msg_types = htt_10x_t2h_msg_types; in ath10k_htt_init()
353 ar->htt.t2h_msg_types = htt_tlv_t2h_msg_types; in ath10k_htt_init()
357 ar->htt.t2h_msg_types = htt_main_t2h_msg_types; in ath10k_htt_init()
Dhtt.h1778 const enum htt_t2h_msg_type *t2h_msg_types; member
Dhtt_rx.c4094 type = ar->htt.t2h_msg_types[resp->hdr.msg_type]; in ath10k_htt_t2h_msg_handler()