Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dwmi-tlv.c709 const void *phyerrs; in ath10k_wmi_tlv_op_pull_phyerr_ev() local
720 phyerrs = tb[WMI_TLV_TAG_ARRAY_BYTE]; in ath10k_wmi_tlv_op_pull_phyerr_ev()
722 if (!ev || !phyerrs) { in ath10k_wmi_tlv_op_pull_phyerr_ev()
731 arg->phyerrs = phyerrs; in ath10k_wmi_tlv_op_pull_phyerr_ev()
Dwmi.h2345 struct wmi_phyerr phyerrs[0]; member
4833 const struct wmi_phyerr *phyerrs; member
Dwmi.c2800 arg->phyerrs = ev->phyerrs; in ath10k_wmi_op_pull_phyerr_ev()
2834 phyerr = arg.phyerrs; in ath10k_wmi_event_phyerr()