Searched refs:gen_addba_set_resp (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | wmi-ops.h | 139 struct sk_buff *(*gen_addba_set_resp)(struct ath10k *ar, u32 vdev_id, member 1045 if (!ar->wmi.ops->gen_addba_set_resp) in ath10k_wmi_addba_set_resp() 1048 skb = ar->wmi.ops->gen_addba_set_resp(ar, vdev_id, mac, tid, status); in ath10k_wmi_addba_set_resp()
|
D | wmi.c | 7291 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 7358 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 7426 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 7489 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp, 7553 .gen_addba_set_resp = ath10k_wmi_op_gen_addba_set_resp,
|