Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dwmi.c4481 struct wmi_phyerr_hdr_arg hdr_arg = {}; in ath10k_wmi_event_phyerr() local
4494 ret = ath10k_wmi_pull_phyerr_hdr(ar, skb, &hdr_arg); in ath10k_wmi_event_phyerr()
4501 count = hdr_arg.num_phyerrs; in ath10k_wmi_event_phyerr()
4503 left_len = hdr_arg.buf_len; in ath10k_wmi_event_phyerr()
4505 tsf = hdr_arg.tsf_u32; in ath10k_wmi_event_phyerr()
4507 tsf |= hdr_arg.tsf_l32; in ath10k_wmi_event_phyerr()
4518 phyerr = hdr_arg.phyerrs; in ath10k_wmi_event_phyerr()