tx_comp_multi     346 drivers/net/wireless/ath/ath6kl/htc.h 	void (*tx_comp_multi) (struct htc_target *, struct list_head *);
tx_comp_multi      47 drivers/net/wireless/ath/ath6kl/htc_pipe.c 	if (ep->ep_cb.tx_comp_multi != NULL) {
tx_comp_multi      56 drivers/net/wireless/ath/ath6kl/htc_pipe.c 		ep->ep_cb.tx_comp_multi(ep->target, queue_to_indicate);
tx_comp_multi     331 drivers/net/wireless/ath/ath6kl/init.c 	connect.ep_cb.tx_comp_multi = ath6kl_tx_complete;