Searched refs:gen_adaptive_qcs (Results 1 – 2 of 2) sorted by relevance
200 struct sk_buff *(*gen_adaptive_qcs)(struct ath10k *ar, bool enable); member1489 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()
4591 .gen_adaptive_qcs = ath10k_wmi_tlv_op_gen_adaptive_qcs,