Searched refs:gen_addba_set_resp (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi-ops.h | 157 struct sk_buff *(*gen_addba_set_resp)(struct ath10k *ar, u32 vdev_id, member 1276 if (!ar->wmi.ops->gen_addba_set_resp) in ath10k_wmi_addba_set_resp() 1279 skb = ar->wmi.ops->gen_addba_set_resp(ar, vdev_id, mac, tid, status); in ath10k_wmi_addba_set_resp()
|
| H A D | wmi.c | 9206 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 9279 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 9354 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 9423 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 9495 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp,
|