Home
last modified time | relevance | path

Searched refs:tx99_skb (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dtx99.c32 kfree_skb(sc->tx99_skb); in ath9k_tx99_stop()
33 sc->tx99_skb = NULL; in ath9k_tx99_stop()
121 sc->tx99_skb = ath9k_build_tx99_skb(sc); in ath9k_tx99_init()
122 if (!sc->tx99_skb) in ath9k_tx99_init()
144 r = ath9k_tx99_send(sc, sc->tx99_skb, &txctl); in ath9k_tx99_init()
H A Dath9k.h1065 struct sk_buff *tx99_skb; member
H A Dinit.c840 dev_kfree_skb_any(sc->tx99_skb); in ath9k_init_softc()