Searched refs:pull_fw_stats (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-ops.h | 44 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 D | wmi.c | 9115 .pull_fw_stats = ath10k_wmi_main_op_pull_fw_stats, 9174 .pull_fw_stats = ath10k_wmi_10x_op_pull_fw_stats, 9242 .pull_fw_stats = ath10k_wmi_10_2_op_pull_fw_stats, 9310 .pull_fw_stats = ath10k_wmi_10_2_4_op_pull_fw_stats, 9386 .pull_fw_stats = ath10k_wmi_10_4_op_pull_fw_stats,
|
H A D | wmi-tlv.c | 4529 .pull_fw_stats = ath10k_wmi_tlv_op_pull_fw_stats,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | wmi-ops.h | 44 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 D | wmi.c | 9093 .pull_fw_stats = ath10k_wmi_main_op_pull_fw_stats, 9152 .pull_fw_stats = ath10k_wmi_10x_op_pull_fw_stats, 9220 .pull_fw_stats = ath10k_wmi_10_2_op_pull_fw_stats, 9288 .pull_fw_stats = ath10k_wmi_10_2_4_op_pull_fw_stats, 9364 .pull_fw_stats = ath10k_wmi_10_4_op_pull_fw_stats,
|
H A D | wmi-tlv.c | 4540 .pull_fw_stats = ath10k_wmi_tlv_op_pull_fw_stats,
|
Completed in 41 milliseconds