Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A 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()
H A Dwmi-tlv.c5037 .gen_adaptive_qcs = ath10k_wmi_tlv_op_gen_adaptive_qcs,