Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi-ops.h44 int (*pull_fw_stats)(struct ath10k *ar, struct sk_buff *skb, member
399 if (!ar->wmi.ops->pull_fw_stats) in ath10k_wmi_pull_fw_stats()
402 return ar->wmi.ops->pull_fw_stats(ar, skb, stats); in ath10k_wmi_pull_fw_stats()
H A Dwmi.c9217 .pull_fw_stats = ath10k_wmi_main_op_pull_fw_stats,
9276 .pull_fw_stats = ath10k_wmi_10x_op_pull_fw_stats,
9344 .pull_fw_stats = ath10k_wmi_10_2_op_pull_fw_stats,
9412 .pull_fw_stats = ath10k_wmi_10_2_4_op_pull_fw_stats,
9488 .pull_fw_stats = ath10k_wmi_10_4_op_pull_fw_stats,
H A Dwmi-tlv.c4975 .pull_fw_stats = ath10k_wmi_tlv_op_pull_fw_stats,