Searched refs:phyerr_buf (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 42 int (*pull_phyerr)(struct ath10k *ar, const void *phyerr_buf, 285 ath10k_wmi_pull_phyerr(struct ath10k *ar, const void *phyerr_buf, in ath10k_wmi_pull_phyerr() argument 291 return ar->wmi.ops->pull_phyerr(ar, phyerr_buf, left_len, arg); in ath10k_wmi_pull_phyerr()
|
D | wmi.c | 3682 const void *phyerr_buf, in ath10k_wmi_op_pull_phyerr_ev() argument 3686 const struct wmi_phyerr *phyerr = phyerr_buf; in ath10k_wmi_op_pull_phyerr_ev() 3726 const void *phyerr_buf, in ath10k_wmi_10_4_op_pull_phyerr_ev() argument 3730 const struct wmi_10_4_phyerr_event *phyerr = phyerr_buf; in ath10k_wmi_10_4_op_pull_phyerr_ev()
|
D | wmi.h | 6326 int ath10k_wmi_op_pull_phyerr_ev(struct ath10k *ar, const void *phyerr_buf,
|