Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dwmi-ops.h167 struct sk_buff *(*gen_prb_tmpl)(struct ath10k *ar, u32 vdev_id, member
1297 if (!ar->wmi.ops->gen_prb_tmpl) in ath10k_wmi_prb_tmpl()
1300 skb = ar->wmi.ops->gen_prb_tmpl(ar, vdev_id, prb); in ath10k_wmi_prb_tmpl()
Dwmi-tlv.c4579 .gen_prb_tmpl = ath10k_wmi_tlv_op_gen_prb_tmpl,