Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-ops.h93 struct sk_buff *(*gen_vdev_wmm_conf)(struct ath10k *ar, u32 vdev_id, member
850 skb = ar->wmi.ops->gen_vdev_wmm_conf(ar, vdev_id, arg); in ath10k_wmi_vdev_wmm_conf()
H A Dwmi-tlv.c4561 .gen_vdev_wmm_conf = ath10k_wmi_tlv_op_gen_vdev_wmm_conf,
H A Dmac.c7864 if (ar->wmi.ops->gen_vdev_wmm_conf) { in ath10k_conf_tx()