Searched refs:pull_fw_stats (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | wmi-ops.h | 44 int (*pull_fw_stats)(struct ath10k *ar, struct sk_buff *skb, member 389 if (!ar->wmi.ops->pull_fw_stats) in ath10k_wmi_pull_fw_stats() 392 return ar->wmi.ops->pull_fw_stats(ar, skb, stats); in ath10k_wmi_pull_fw_stats()
|
| D | wmi.c | 8984 .pull_fw_stats = ath10k_wmi_main_op_pull_fw_stats, 9043 .pull_fw_stats = ath10k_wmi_10x_op_pull_fw_stats, 9111 .pull_fw_stats = ath10k_wmi_10_2_op_pull_fw_stats, 9179 .pull_fw_stats = ath10k_wmi_10_2_4_op_pull_fw_stats, 9255 .pull_fw_stats = ath10k_wmi_10_4_op_pull_fw_stats,
|
| D | wmi-tlv.c | 4301 .pull_fw_stats = ath10k_wmi_tlv_op_pull_fw_stats,
|