Searched refs:pull_phyerr_hdr (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.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 | 9111 .pull_phyerr_hdr = ath10k_wmi_op_pull_phyerr_ev_hdr, 9188 .pull_phyerr_hdr = ath10k_wmi_op_pull_phyerr_ev_hdr, 9260 .pull_phyerr_hdr = ath10k_wmi_op_pull_phyerr_ev_hdr, 9329 .pull_phyerr_hdr = ath10k_wmi_op_pull_phyerr_ev_hdr, 9393 .pull_phyerr_hdr = ath10k_wmi_10_4_op_pull_phyerr_ev_hdr,
|
D | wmi-tlv.c | 4524 .pull_phyerr_hdr = ath10k_wmi_tlv_op_pull_phyerr_ev_hdr,
|