Searched refs:pull_phyerr (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 38 int (*pull_phyerr)(struct ath10k *ar, const void *phyerr_buf, member 360 if (!ar->wmi.ops->pull_phyerr) in ath10k_wmi_pull_phyerr() 363 return ar->wmi.ops->pull_phyerr(ar, phyerr_buf, left_len, arg); in ath10k_wmi_pull_phyerr()
|
D | wmi.c | 9112 .pull_phyerr = ath10k_wmi_op_pull_phyerr_ev, 9189 .pull_phyerr = ath10k_wmi_op_pull_phyerr_ev, 9261 .pull_phyerr = ath10k_wmi_op_pull_phyerr_ev, 9330 .pull_phyerr = ath10k_wmi_op_pull_phyerr_ev, 9394 .pull_phyerr = ath10k_wmi_10_4_op_pull_phyerr_ev,
|
D | wmi-tlv.c | 4525 .pull_phyerr = ath10k_wmi_op_pull_phyerr_ev,
|