pull_mgmt_tx_compl   23 drivers/net/wireless/ath/ath10k/wmi-ops.h 	int (*pull_mgmt_tx_compl)(struct ath10k *ar, struct sk_buff *skb,
pull_mgmt_tx_compl  270 drivers/net/wireless/ath/ath10k/wmi-ops.h 	if (!ar->wmi.ops->pull_mgmt_tx_compl)
pull_mgmt_tx_compl  273 drivers/net/wireless/ath/ath10k/wmi-ops.h 	return ar->wmi.ops->pull_mgmt_tx_compl(ar, skb, arg);
pull_mgmt_tx_compl 4293 drivers/net/wireless/ath/ath10k/wmi-tlv.c 	.pull_mgmt_tx_compl = ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev,