Searched refs:gen_addba_set_resp (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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 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()
|
H A 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,
|
/kernel/linux/linux-6.6/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 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()
|
H A D | wmi.c | 9136 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 9206 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 9279 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 9346 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 9416 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp,
|
Completed in 30 milliseconds