Home
last modified time | relevance | path

Searched refs:sta_poll_list (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmac.c43 LIST_HEAD(sta_poll_list); in mt7921_mac_sta_poll()
49 list_splice_init(&dev->mt76.sta_poll_list, &sta_poll_list); in mt7921_mac_sta_poll()
59 if (list_empty(&sta_poll_list)) { in mt7921_mac_sta_poll()
63 msta = list_first_entry(&sta_poll_list, in mt7921_mac_sta_poll()
217 &dev->mt76.sta_poll_list); in mt7921_mac_fill_rx()
479 list_add_tail(&msta->wcid.poll_list, &dev->mt76.sta_poll_list); in mt7921_mac_add_txs()
530 &mdev->sta_poll_list); in mt7921_mac_tx_free()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c393 &dev->mt76.sta_poll_list); in mt7615_mac_fill_rx()
905 struct list_head sta_poll_list; in mt7615_mac_sta_poll() local
908 INIT_LIST_HEAD(&sta_poll_list); in mt7615_mac_sta_poll()
910 list_splice_init(&dev->mt76.sta_poll_list, &sta_poll_list); in mt7615_mac_sta_poll()
913 while (!list_empty(&sta_poll_list)) { in mt7615_mac_sta_poll()
916 msta = list_first_entry(&sta_poll_list, struct mt7615_sta, in mt7615_mac_sta_poll()
1520 list_add_tail(&msta->wcid.poll_list, &dev->mt76.sta_poll_list); in mt7615_mac_add_txs()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c105 LIST_HEAD(sta_poll_list); in mt7915_mac_sta_poll()
109 list_splice_init(&dev->mt76.sta_poll_list, &sta_poll_list); in mt7915_mac_sta_poll()
122 if (list_empty(&sta_poll_list)) { in mt7915_mac_sta_poll()
126 msta = list_first_entry(&sta_poll_list, in mt7915_mac_sta_poll()
332 &dev->mt76.sta_poll_list); in mt7915_mac_fill_rx()
926 &mdev->sta_poll_list); in mt7915_mac_tx_free()
1038 list_add_tail(&msta->wcid.poll_list, &dev->mt76.sta_poll_list); in mt7915_mac_add_txs()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c107 LIST_HEAD(sta_poll_list); in mt7996_mac_sta_poll()
111 list_splice_init(&dev->mt76.sta_poll_list, &sta_poll_list); in mt7996_mac_sta_poll()
124 if (list_empty(&sta_poll_list)) { in mt7996_mac_sta_poll()
128 msta = list_first_entry(&sta_poll_list, in mt7996_mac_sta_poll()
511 &dev->mt76.sta_poll_list); in mt7996_mac_fill_rx()
1121 &mdev->sta_poll_list); in mt7996_mac_tx_free()
1329 list_add_tail(&msta->wcid.poll_list, &dev->mt76.sta_poll_list); in mt7996_mac_add_txs()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmac.c427 if (list_empty(&dev->mt76.sta_poll_list)) { in mt7603_mac_sta_poll()
432 msta = list_first_entry(&dev->mt76.sta_poll_list, in mt7603_mac_sta_poll()
1283 list_add_tail(&msta->wcid.poll_list, &dev->mt76.sta_poll_list); in mt7603_mac_add_txs()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c1154 &dev->sta_poll_list); in mt76_connac2_txwi_free()
H A Dmt76.h838 struct list_head sta_poll_list; member
H A Dmac80211.c666 INIT_LIST_HEAD(&dev->sta_poll_list); in mt76_alloc_device()