tx99_skb         1064 drivers/net/wireless/ath/ath9k/ath9k.h 	struct sk_buff *tx99_skb;
tx99_skb          789 drivers/net/wireless/ath/ath9k/init.c 	dev_kfree_skb_any(sc->tx99_skb);
tx99_skb           32 drivers/net/wireless/ath/ath9k/tx99.c 	kfree_skb(sc->tx99_skb);
tx99_skb           33 drivers/net/wireless/ath/ath9k/tx99.c 	sc->tx99_skb = NULL;
tx99_skb          121 drivers/net/wireless/ath/ath9k/tx99.c 	sc->tx99_skb = ath9k_build_tx99_skb(sc);
tx99_skb          122 drivers/net/wireless/ath/ath9k/tx99.c 	if (!sc->tx99_skb)
tx99_skb          144 drivers/net/wireless/ath/ath9k/tx99.c 	r = ath9k_tx99_send(sc, sc->tx99_skb, &txctl);