Searched refs:gen_addba_send (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | wmi-ops.h | 155 struct sk_buff *(*gen_addba_send)(struct ath10k *ar, u32 vdev_id, member 1227 if (!ar->wmi.ops->gen_addba_send) in ath10k_wmi_addba_send() 1230 skb = ar->wmi.ops->gen_addba_send(ar, vdev_id, mac, tid, buf_size); in ath10k_wmi_addba_send()
|
H A D | wmi.c | 9259 .gen_addba_send = ath10k_wmi_op_gen_addba_send, 9329 .gen_addba_send = ath10k_wmi_op_gen_addba_send, 9402 .gen_addba_send = ath10k_wmi_op_gen_addba_send, 9469 .gen_addba_send = ath10k_wmi_op_gen_addba_send, 9539 .gen_addba_send = ath10k_wmi_op_gen_addba_send,
|