Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath10k/ !
Dhtt.c346 ar->htt.t2h_msg_types = htt_10_4_t2h_msg_types; in ath10k_htt_init()
350 ar->htt.t2h_msg_types = htt_10x_t2h_msg_types; in ath10k_htt_init()
354 ar->htt.t2h_msg_types = htt_tlv_t2h_msg_types; in ath10k_htt_init()
358 ar->htt.t2h_msg_types = htt_main_t2h_msg_types; in ath10k_htt_init()
Dhtt.h1784 const enum htt_t2h_msg_type *t2h_msg_types; member
Dhtt_rx.c4089 type = ar->htt.t2h_msg_types[resp->hdr.msg_type]; in ath10k_htt_t2h_msg_handler()