Searched refs:gen_addba_set_resp (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 157 struct sk_buff *(*gen_addba_set_resp)(struct ath10k *ar, u32 vdev_id, member 1244 if (!ar->wmi.ops->gen_addba_set_resp) in ath10k_wmi_addba_set_resp() 1247 skb = ar->wmi.ops->gen_addba_set_resp(ar, vdev_id, mac, tid, status); in ath10k_wmi_addba_set_resp()
|
D | wmi.c | 9158 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 9228 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 9301 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 9368 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 9438 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp,
|