Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dwmi-ops.h200 struct sk_buff *(*gen_adaptive_qcs)(struct ath10k *ar, bool enable); member
1489 if (!ar->wmi.ops->gen_adaptive_qcs) in ath10k_wmi_adaptive_qcs()
1492 skb = ar->wmi.ops->gen_adaptive_qcs(ar, enable); in ath10k_wmi_adaptive_qcs()
Dwmi-tlv.c4591 .gen_adaptive_qcs = ath10k_wmi_tlv_op_gen_adaptive_qcs,