Searched refs:pull_phyerr_hdr (Results  1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/net/wireless/ath/ath10k/ | 
| D | wmi-ops.h | 36 	int (*pull_phyerr_hdr)(struct ath10k *ar, struct sk_buff *skb,  member350 	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 | 9089 	.pull_phyerr_hdr = ath10k_wmi_op_pull_phyerr_ev_hdr,9166 	.pull_phyerr_hdr = ath10k_wmi_op_pull_phyerr_ev_hdr,
 9238 	.pull_phyerr_hdr = ath10k_wmi_op_pull_phyerr_ev_hdr,
 9307 	.pull_phyerr_hdr = ath10k_wmi_op_pull_phyerr_ev_hdr,
 9371 	.pull_phyerr_hdr = ath10k_wmi_10_4_op_pull_phyerr_ev_hdr,
 
 | 
| D | wmi-tlv.c | 4531 	.pull_phyerr_hdr = ath10k_wmi_tlv_op_pull_phyerr_ev_hdr,
 |