Home
last modified time | relevance | path

Searched refs:tx_skb (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dtestmode.c36 struct sk_buff *skb = td->tx_skb; in mt76_testmode_tx_pending()
97 dev_kfree_skb(td->tx_skb); in mt76_testmode_free_skb()
98 td->tx_skb = NULL; in mt76_testmode_free_skb()
171 td->tx_skb = head; in mt76_testmode_alloc_skb()
196 info = IEEE80211_SKB_CB(td->tx_skb); in mt76_testmode_tx_init()
H A Dmt76.h672 struct sk_buff *tx_skb; member
1269 if (phy && skb == phy->test.tx_skb) { in mt76_is_testmode_skb()
H A Dtx.c262 if (skb == phy->test.tx_skb) in __mt76_tx_complete_skb()
H A Ddma.c581 if (tx_info.skb == phy->test.tx_skb) in mt76_dma_tx_queue_skb()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dtestmode.c473 if (!en || !td->tx_skb) in mt7915_tm_set_tx_frames()
476 info = IEEE80211_SKB_CB(td->tx_skb); in mt7915_tm_set_tx_frames()
H A Dmac.c630 if (skb != phy->mt76->test.tx_skb) in mt7915_mac_write_txwi_tm()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dtestmode.c229 struct sk_buff *skb = phy->mt76->test.tx_skb; in mt7615_tm_set_tx_frames()