Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath9k/
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()
Dath9k.h1064 struct sk_buff *tx99_skb; member
Dinit.c789 dev_kfree_skb_any(sc->tx99_skb); in ath9k_init_softc()