Searched refs:pull_echo_ev (Results 1 – 2 of 2) sorted by relevance
50 int (*pull_echo_ev)(struct ath10k *ar, struct sk_buff *skb, member 432 if (!ar->wmi.ops->pull_echo_ev) in ath10k_wmi_pull_echo_ev() 435 return ar->wmi.ops->pull_echo_ev(ar, skb, arg); in ath10k_wmi_pull_echo_ev()
4549 .pull_echo_ev = ath10k_wmi_tlv_op_pull_echo_ev,