Searched refs:pull_phyerr_hdr (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 36 int (*pull_phyerr_hdr)(struct ath10k *ar, struct sk_buff *skb, member 350 if (!ar->wmi.ops->pull_phyerr_hdr) in ath10k_wmi_pull_phyerr_hdr() 353 return ar->wmi.ops->pull_phyerr_hdr(ar, skb, arg); in ath10k_wmi_pull_phyerr_hdr()
|
D | wmi.c | 9102 .pull_phyerr_hdr = ath10k_wmi_op_pull_phyerr_ev_hdr, 9179 .pull_phyerr_hdr = ath10k_wmi_op_pull_phyerr_ev_hdr, 9251 .pull_phyerr_hdr = ath10k_wmi_op_pull_phyerr_ev_hdr, 9320 .pull_phyerr_hdr = ath10k_wmi_op_pull_phyerr_ev_hdr, 9384 .pull_phyerr_hdr = ath10k_wmi_10_4_op_pull_phyerr_ev_hdr,
|
D | wmi-tlv.c | 4513 .pull_phyerr_hdr = ath10k_wmi_tlv_op_pull_phyerr_ev_hdr,
|