Searched refs:pull_rdy (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | wmi-ops.h | 42 int (*pull_rdy)(struct ath10k *ar, struct sk_buff *skb, member 380 if (!ar->wmi.ops->pull_rdy) in ath10k_wmi_pull_rdy() 383 return ar->wmi.ops->pull_rdy(ar, skb, arg); in ath10k_wmi_pull_rdy()
|
H A D | wmi.c | 9216 .pull_rdy = ath10k_wmi_op_pull_rdy_ev, 9292 .pull_rdy = ath10k_wmi_op_pull_rdy_ev, 9364 .pull_rdy = ath10k_wmi_op_pull_rdy_ev, 9433 .pull_rdy = ath10k_wmi_op_pull_rdy_ev, 9498 .pull_rdy = ath10k_wmi_op_pull_rdy_ev,
|
H A D | wmi-tlv.c | 4973 .pull_rdy = ath10k_wmi_tlv_op_pull_rdy_ev,
|