Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt76/
Dtx.c44 if (!list_empty(&dev->txwi_cache)) { in __mt76_get_txwi()
45 t = list_first_entry(&dev->txwi_cache, struct mt76_txwi_cache, in __mt76_get_txwi()
72 list_add(&t->list, &dev->txwi_cache); in mt76_put_txwi()
Dmac80211.c301 INIT_LIST_HEAD(&dev->txwi_cache); in mt76_register_device()
Dmt76.h330 struct list_head txwi_cache; member